Class: Aws::SageMakerGeospatial::Types::ExportEarthObservationJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ExportEarthObservationJobInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
-
#client_token ⇒ String
A unique token that guarantees that the call to this API is idempotent.
-
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
-
#export_source_images ⇒ Boolean
The source images provided to the Earth Observation job being exported.
-
#output_config ⇒ Types::OutputConfigInput
An object containing information about the output file.
Instance Attribute Details
#arn ⇒ String
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 281 class ExportEarthObservationJobInput < Struct.new( :arn, :client_token, :execution_role_arn, :export_source_images, :output_config) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique token that guarantees that the call to this API is idempotent.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 281 class ExportEarthObservationJobInput < Struct.new( :arn, :client_token, :execution_role_arn, :export_source_images, :output_config) SENSITIVE = [] include Aws::Structure end |
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 281 class ExportEarthObservationJobInput < Struct.new( :arn, :client_token, :execution_role_arn, :export_source_images, :output_config) SENSITIVE = [] include Aws::Structure end |
#export_source_images ⇒ Boolean
The source images provided to the Earth Observation job being exported.
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 281 class ExportEarthObservationJobInput < Struct.new( :arn, :client_token, :execution_role_arn, :export_source_images, :output_config) SENSITIVE = [] include Aws::Structure end |
#output_config ⇒ Types::OutputConfigInput
An object containing information about the output file.
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 281 class ExportEarthObservationJobInput < Struct.new( :arn, :client_token, :execution_role_arn, :export_source_images, :output_config) SENSITIVE = [] include Aws::Structure end |