Class: Aws::Types::StartMigrationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#migration_id::String

Returns the value of attribute migration_id.

Returns:



930
931
932
# File 'sig/types.rbs', line 930

def migration_id
  @migration_id
end

#migration_strategy"CREATE_NEW", "UPDATE_EXISTING"

Returns the value of attribute migration_strategy.

Returns:



931
932
933
# File 'sig/types.rbs', line 931

def migration_strategy
  @migration_strategy
end

#migration_timestamp::Time

Returns the value of attribute migration_timestamp.

Returns:



932
933
934
# File 'sig/types.rbs', line 932

def migration_timestamp
  @migration_timestamp
end

#v1_bot_locale"de-DE", ...

Returns the value of attribute v1_bot_locale.

Returns:



927
928
929
# File 'sig/types.rbs', line 927

def v1_bot_locale
  @v1_bot_locale
end

#v1_bot_name::String

Returns the value of attribute v1_bot_name.

Returns:



925
926
927
# File 'sig/types.rbs', line 925

def v1_bot_name
  @v1_bot_name
end

#v1_bot_version::String

Returns the value of attribute v1_bot_version.

Returns:



926
927
928
# File 'sig/types.rbs', line 926

def v1_bot_version
  @v1_bot_version
end

#v2_bot_id::String

Returns the value of attribute v2_bot_id.

Returns:



928
929
930
# File 'sig/types.rbs', line 928

def v2_bot_id
  @v2_bot_id
end

#v2_bot_role::String

Returns the value of attribute v2_bot_role.

Returns:



929
930
931
# File 'sig/types.rbs', line 929

def v2_bot_role
  @v2_bot_role
end