Class: Aws::SageMakerGeospatial::Types::GetEarthObservationJobInput

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 Earth Observation job.

Returns:

  • (String)


553
554
555
556
557
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 553

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