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

#migration_strategy"CREATE_NEW", "UPDATE_EXISTING"

Returns the value of attribute migration_strategy.

Returns:

  • ("CREATE_NEW", "UPDATE_EXISTING")


920
921
922
# File 'sig/types.rbs', line 920

def migration_strategy
  @migration_strategy
end

#v1_bot_name::String

Returns the value of attribute v1_bot_name.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def v1_bot_name
  @v1_bot_name
end

#v1_bot_version::String

Returns the value of attribute v1_bot_version.

Returns:

  • (::String)


917
918
919
# File 'sig/types.rbs', line 917

def v1_bot_version
  @v1_bot_version
end

#v2_bot_name::String

Returns the value of attribute v2_bot_name.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def v2_bot_name
  @v2_bot_name
end

#v2_bot_role::String

Returns the value of attribute v2_bot_role.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def v2_bot_role
  @v2_bot_role
end