Class: Aws::Mgn::Types::SourceS3Configuration

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

Overview

S3 configuration for source network data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The name of the S3 bucket containing source data.

Returns:

  • (String)


5587
5588
5589
5590
5591
5592
5593
# File '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_ownerString

The AWS account ID of the S3 bucket owner.

Returns:

  • (String)


5587
5588
5589
5590
5591
5592
5593
# File '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_keyString

The S3 key (path) for the source data.

Returns:

  • (String)


5587
5588
5589
5590
5591
5592
5593
# File 'lib/aws-sdk-mgn/types.rb', line 5587

class SourceS3Configuration < Struct.new(
  :s3_bucket,
  :s3_bucket_owner,
  :s3_key)
  SENSITIVE = []
  include Aws::Structure
end