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.
6003 6004 6005 6006 6007 6008 6009 6010 |
# File 'lib/aws-sdk-mgn/types.rb', line 6003 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.
6003 6004 6005 6006 6007 6008 6009 6010 |
# File 'lib/aws-sdk-mgn/types.rb', line 6003 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.
6003 6004 6005 6006 6007 6008 6009 6010 |
# File 'lib/aws-sdk-mgn/types.rb', line 6003 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.
6003 6004 6005 6006 6007 6008 6009 6010 |
# File 'lib/aws-sdk-mgn/types.rb', line 6003 class StartExportRequest < Struct.new( :s3_bucket, :s3_key, :s3_bucket_owner, :tags) SENSITIVE = [:tags] include Aws::Structure end |