Class: Aws::Types::StartMigrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMigrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#migration_options ⇒ Types::MigrationOptions
Returns the value of attribute migration_options.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def application_id @application_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def client_token @client_token end |
#migration_options ⇒ Types::MigrationOptions
Returns the value of attribute migration_options.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def @migration_options end |