Class: Aws::SageMakerGeospatial::Types::OutputConfigInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb

Overview

The response structure for an OutputConfig returned by an ExportEarthObservationJob.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_dataTypes::ExportS3DataInput

Path to Amazon S3 storage location for the output configuration file.



1436
1437
1438
1439
1440
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1436

class OutputConfigInput < Struct.new(
  :s3_data)
  SENSITIVE = []
  include Aws::Structure
end