Class: Aws::Mgn::Types::EnrichmentTargetS3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::EnrichmentTargetS3Configuration
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
S3 configuration for storing the enriched import file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket ⇒ String
The name of the S3 bucket where the enriched import file will be stored.
-
#s3_bucket_owner ⇒ String
The AWS account ID of the target S3 bucket owner.
-
#s3_key ⇒ String
The S3 key (path) where the enriched import file will be stored.
Instance Attribute Details
#s3_bucket ⇒ String
The name of the S3 bucket where the enriched import file will be stored.
1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1455 class EnrichmentTargetS3Configuration < Struct.new( :s3_bucket, :s3_bucket_owner, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_owner ⇒ String
The AWS account ID of the target S3 bucket owner.
1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1455 class EnrichmentTargetS3Configuration < Struct.new( :s3_bucket, :s3_bucket_owner, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
The S3 key (path) where the enriched import file will be stored.
1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1455 class EnrichmentTargetS3Configuration < Struct.new( :s3_bucket, :s3_bucket_owner, :s3_key) SENSITIVE = [] include Aws::Structure end |