Class: Aws::Mgn::Types::StartExportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::StartExportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Start export request.
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#s3_bucket ⇒ String
Start export request s3 bucket.
-
#s3_bucket_owner ⇒ String
Start export request s3 bucket owner.
-
#s3_key ⇒ String
Start export request s3key.
-
#tags ⇒ Hash<String,String>
Start import request tags.
Instance Attribute Details
#s3_bucket ⇒ String
Start export request s3 bucket.
5907 5908 5909 5910 5911 5912 5913 5914 |
# File 'lib/aws-sdk-mgn/types.rb', line 5907 class StartExportRequest < Struct.new( :s3_bucket, :s3_key, :s3_bucket_owner, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#s3_bucket_owner ⇒ String
Start export request s3 bucket owner.
5907 5908 5909 5910 5911 5912 5913 5914 |
# File 'lib/aws-sdk-mgn/types.rb', line 5907 class StartExportRequest < Struct.new( :s3_bucket, :s3_key, :s3_bucket_owner, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#s3_key ⇒ String
Start export request s3key.
5907 5908 5909 5910 5911 5912 5913 5914 |
# File 'lib/aws-sdk-mgn/types.rb', line 5907 class StartExportRequest < Struct.new( :s3_bucket, :s3_key, :s3_bucket_owner, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Start import request tags.
5907 5908 5909 5910 5911 5912 5913 5914 |
# File 'lib/aws-sdk-mgn/types.rb', line 5907 class StartExportRequest < Struct.new( :s3_bucket, :s3_key, :s3_bucket_owner, :tags) SENSITIVE = [:tags] include Aws::Structure end |