Class: Aws::SageMakerGeospatial::Types::VectorEnrichmentJobS3Data
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::VectorEnrichmentJobS3Data
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The Amazon S3 data for the Vector Enrichment job.
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 for the Vector Enrichment job.
Instance Attribute Details
#kms_key_id ⇒ String
The Key Management Service key ID for server-side encryption.
2516 2517 2518 2519 2520 2521 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2516 class VectorEnrichmentJobS3Data < Struct.new( :kms_key_id, :s3_uri) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The URL to the Amazon S3 data for the Vector Enrichment job.
2516 2517 2518 2519 2520 2521 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2516 class VectorEnrichmentJobS3Data < Struct.new( :kms_key_id, :s3_uri) SENSITIVE = [] include Aws::Structure end |