Class: Aws::SageMakerGeospatial::Types::GetEarthObservationJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::GetEarthObservationJobInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Earth Observation job.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Earth Observation job.
553 554 555 556 557 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 553 class GetEarthObservationJobInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |