Class: Aws::SageMakerGeospatial::Types::VectorEnrichmentJobS3Data

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

Overview

The Amazon S3 data for the Vector Enrichment job.

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)


2516
2517
2518
2519
2520
2521
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2516

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

#s3_uriString

The URL to the Amazon S3 data for the Vector Enrichment job.

Returns:

  • (String)


2516
2517
2518
2519
2520
2521
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2516

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