Class: Aws::Mgn::Types::EnrichmentSourceS3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::EnrichmentSourceS3Configuration
- Defined in:
- gems/aws-sdk-mgn/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.
1430 1431 1432 1433 1434 1435 1436 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1430 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.
1430 1431 1432 1433 1434 1435 1436 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1430 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.
1430 1431 1432 1433 1434 1435 1436 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1430 class EnrichmentSourceS3Configuration < Struct.new( :s3_bucket, :s3_bucket_owner, :s3_key) SENSITIVE = [] include Aws::Structure end |