Class: Aws::SageMakerGeospatial::Types::ExportS3DataInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ExportS3DataInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The structure containing the Amazon S3 path to export the Earth Observation job output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
The Key Management Service key ID for server-side encryption.
-
#s3_uri ⇒ String
The URL to the Amazon S3 data input.
Instance Attribute Details
#kms_key_id ⇒ String
The Key Management Service key ID for server-side encryption.
388 389 390 391 392 393 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 388 class ExportS3DataInput < Struct.new( :kms_key_id, :s3_uri) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The URL to the Amazon S3 data input.
388 389 390 391 392 393 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 388 class ExportS3DataInput < Struct.new( :kms_key_id, :s3_uri) SENSITIVE = [] include Aws::Structure end |