Class: Aws::Types::StartMigrationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2294
2295
2296
# File 'sig/types.rbs', line 2294

def client_token
  @client_token
end

#migration_optionsTypes::MigrationOptions

Returns the value of attribute migration_options.



2293
2294
2295
# File 'sig/types.rbs', line 2293

def migration_options
  @migration_options
end