Class: Aws::Mgn::Types::S3Configuration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Configuration for an S3 location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The name of the S3 bucket.

Returns:



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_ownerString

The AWS account ID of the S3 bucket owner.

Returns:



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_keyString

The S3 key (path) for the object.

Returns:



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