Class: Aws::SageMakerGeospatial::Types::GetVectorEnrichmentJobInput

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)


783
784
785
786
787
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 783

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