Class: Aws::Mgn::Types::EnrichmentSourceS3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::EnrichmentSourceS3Configuration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
S3 configuration for the source import file to be enriched.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket ⇒ String
The name of the S3 bucket containing the source import file.
-
#s3_bucket_owner ⇒ String
The AWS account ID of the S3 bucket owner.
-
#s3_key ⇒ String
The S3 key (path) for the source import file.
Instance Attribute Details
#s3_bucket ⇒ String
The name of the S3 bucket containing the source import file.
1438 1439 1440 1441 1442 1443 1444 |
# File 'lib/aws-sdk-mgn/types.rb', line 1438 class EnrichmentSourceS3Configuration < Struct.new( :s3_bucket, :s3_bucket_owner, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_owner ⇒ String
The AWS account ID of the S3 bucket owner.
1438 1439 1440 1441 1442 1443 1444 |
# File 'lib/aws-sdk-mgn/types.rb', line 1438 class EnrichmentSourceS3Configuration < Struct.new( :s3_bucket, :s3_bucket_owner, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
The S3 key (path) for the source import file.
1438 1439 1440 1441 1442 1443 1444 |
# File 'lib/aws-sdk-mgn/types.rb', line 1438 class EnrichmentSourceS3Configuration < Struct.new( :s3_bucket, :s3_bucket_owner, :s3_key) SENSITIVE = [] include Aws::Structure end |