Class: Aws::SageMakerGeospatial::Types::OutputConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::OutputConfigInput
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#s3_data ⇒ Types::ExportS3DataInput
Path to Amazon S3 storage location for the output configuration file.
Instance Attribute Details
#s3_data ⇒ Types::ExportS3DataInput
Path to Amazon S3 storage location for the output configuration file.
1436 1437 1438 1439 1440 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1436 class OutputConfigInput < Struct.new( :s3_data) SENSITIVE = [] include Aws::Structure end |