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.
3977 3978 3979 3980 3981 3982 3983 3984 |
# File 'lib/aws-sdk-mgn/types.rb', line 3977 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.
3977 3978 3979 3980 3981 3982 3983 3984 |
# File 'lib/aws-sdk-mgn/types.rb', line 3977 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.
3977 3978 3979 3980 3981 3982 3983 3984 |
# File 'lib/aws-sdk-mgn/types.rb', line 3977 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.
3977 3978 3979 3980 3981 3982 3983 3984 |
# File 'lib/aws-sdk-mgn/types.rb', line 3977 class StartExportRequest < Struct.new( :s3_bucket, :s3_key, :s3_bucket_owner, :tags) SENSITIVE = [:tags] include Aws::Structure end |