Class: Aws::Mgn::Types::SourceS3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::SourceS3Configuration
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
S3 configuration for source network data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket ⇒ String
The name of the S3 bucket containing source data.
-
#s3_bucket_owner ⇒ String
The AWS account ID of the S3 bucket owner.
-
#s3_key ⇒ String
The S3 key (path) for the source data.
Instance Attribute Details
#s3_bucket ⇒ String
The name of the S3 bucket containing source data.
5587 5588 5589 5590 5591 5592 5593 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 5587 class SourceS3Configuration < 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.
5587 5588 5589 5590 5591 5592 5593 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 5587 class SourceS3Configuration < Struct.new( :s3_bucket, :s3_bucket_owner, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
The S3 key (path) for the source data.
5587 5588 5589 5590 5591 5592 5593 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 5587 class SourceS3Configuration < Struct.new( :s3_bucket, :s3_bucket_owner, :s3_key) SENSITIVE = [] include Aws::Structure end |