Class: Aws::Mgn::Types::TargetS3ConfigurationUpdate

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

Overview

Updated S3 configuration for storing target network artifacts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The updated name of the S3 bucket.

Returns:

  • (String)


6411
6412
6413
6414
6415
6416
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 6411

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

#s3_bucket_ownerString

The updated AWS account ID of the S3 bucket owner.

Returns:

  • (String)


6411
6412
6413
6414
6415
6416
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 6411

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