Class: Aws::Mgn::Types::S3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::S3Configuration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Configuration for an S3 location.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket ⇒ String
The name of the S3 bucket.
-
#s3_bucket_owner ⇒ String
The AWS account ID of the S3 bucket owner.
-
#s3_key ⇒ String
The S3 key (path) for the object.
Instance Attribute Details
#s3_bucket ⇒ String
The name of the S3 bucket.
5452 5453 5454 5455 5456 5457 5458 |
# File 'lib/aws-sdk-mgn/types.rb', line 5452 class S3Configuration < 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.
5452 5453 5454 5455 5456 5457 5458 |
# File 'lib/aws-sdk-mgn/types.rb', line 5452 class S3Configuration < Struct.new( :s3_bucket, :s3_bucket_owner, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
The S3 key (path) for the object.
5452 5453 5454 5455 5456 5457 5458 |
# File 'lib/aws-sdk-mgn/types.rb', line 5452 class S3Configuration < Struct.new( :s3_bucket, :s3_bucket_owner, :s3_key) SENSITIVE = [] include Aws::Structure end |