Class: Aws::SageMakerGeospatial::Types::StopEarthObservationJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::StopEarthObservationJobInput
- 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 being stopped.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Earth Observation job being stopped.
2198 2199 2200 2201 2202 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2198 class StopEarthObservationJobInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |