Class: Aws::SageMakerGeospatial::Types::DeleteEarthObservationJobInput

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 being deleted.

Returns:

  • (String)


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