Class: Aws::Mgn::Types::TargetS3Configuration

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

Overview

S3 configuration for storing target network artifacts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The name of the S3 bucket for target artifacts.

Returns:

  • (String)


6392
6393
6394
6395
6396
6397
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 6392

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

#s3_bucket_ownerString

The AWS account ID of the S3 bucket owner.

Returns:

  • (String)


6392
6393
6394
6395
6396
6397
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 6392

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