Class: Aws::Mgn::Types::TargetS3ConfigurationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::TargetS3ConfigurationUpdate
- 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
-
#s3_bucket ⇒ String
The updated name of the S3 bucket.
-
#s3_bucket_owner ⇒ String
The updated AWS account ID of the S3 bucket owner.
Instance Attribute Details
#s3_bucket ⇒ String
The updated name of the S3 bucket.
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_owner ⇒ String
The updated AWS account ID of the S3 bucket owner.
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 |