Class: Aws::SageMakerGeospatial::Types::StopVectorEnrichmentJobInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Vector Enrichment job.

Returns:

  • (String)


2214
2215
2216
2217
2218
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2214

class StopVectorEnrichmentJobInput < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end