Class: Aws::SageMakerGeospatial::Types::DeleteEarthObservationJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::DeleteEarthObservationJobInput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/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 deleted.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Earth Observation job being deleted.
187 188 189 190 191 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 187 class DeleteEarthObservationJobInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |