Class: Aws::SageMakerGeospatial::Types::ExportS3DataInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/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

Instance Attribute Details

#kms_key_idString

The Key Management Service key ID for server-side encryption.

Returns:

  • (String)


388
389
390
391
392
393
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 388

class ExportS3DataInput < Struct.new(
  :kms_key_id,
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#s3_uriString

The URL to the Amazon S3 data input.

Returns:

  • (String)


388
389
390
391
392
393
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 388

class ExportS3DataInput < Struct.new(
  :kms_key_id,
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end