Class: Aws::Mgn::Types::StartImportRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Start import request.

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ String

Start import request client token.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


6235
6236
6237
6238
6239
6240
6241
# File 'lib/aws-sdk-mgn/types.rb', line 6235

class StartImportRequest < Struct.new(
  :client_token,
  :s3_bucket_source,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#s3_bucket_source ⇒ Types::S3BucketSource

Start import request s3 bucket source.



6235
6236
6237
6238
6239
6240
6241
# File 'lib/aws-sdk-mgn/types.rb', line 6235

class StartImportRequest < Struct.new(
  :client_token,
  :s3_bucket_source,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tags ⇒ Hash<String,String>

Start import request tags.

Returns:

  • (Hash<String,String>)


6235
6236
6237
6238
6239
6240
6241
# File 'lib/aws-sdk-mgn/types.rb', line 6235

class StartImportRequest < Struct.new(
  :client_token,
  :s3_bucket_source,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end