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