Class: Aws::Types::GetMigrationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alerts::Array[Types::MigrationAlert]

Returns the value of attribute alerts.

Returns:



506
507
508
# File 'sig/types.rbs', line 506

def alerts
  @alerts
end

#migration_id::String

Returns the value of attribute migration_id.

Returns:

  • (::String)


497
498
499
# File 'sig/types.rbs', line 497

def migration_id
  @migration_id
end

#migration_status"IN_PROGRESS", ...

Returns the value of attribute migration_status.

Returns:

  • ("IN_PROGRESS", "COMPLETED", "FAILED")


503
504
505
# File 'sig/types.rbs', line 503

def migration_status
  @migration_status
end

#migration_strategy"CREATE_NEW", "UPDATE_EXISTING"

Returns the value of attribute migration_strategy.

Returns:

  • ("CREATE_NEW", "UPDATE_EXISTING")


504
505
506
# File 'sig/types.rbs', line 504

def migration_strategy
  @migration_strategy
end

#migration_timestamp::Time

Returns the value of attribute migration_timestamp.

Returns:

  • (::Time)


505
506
507
# File 'sig/types.rbs', line 505

def migration_timestamp
  @migration_timestamp
end

#v1_bot_locale"de-DE", ...

Returns the value of attribute v1_bot_locale.

Returns:

  • ("de-DE", "en-AU", "en-GB", "en-IN", "en-US", "es-419", "es-ES", "es-US", "fr-FR", "fr-CA", "it-IT", "ja-JP", "ko-KR")


500
501
502
# File 'sig/types.rbs', line 500

def v1_bot_locale
  @v1_bot_locale
end

#v1_bot_name::String

Returns the value of attribute v1_bot_name.

Returns:

  • (::String)


498
499
500
# File 'sig/types.rbs', line 498

def v1_bot_name
  @v1_bot_name
end

#v1_bot_version::String

Returns the value of attribute v1_bot_version.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def v1_bot_version
  @v1_bot_version
end

#v2_bot_id::String

Returns the value of attribute v2_bot_id.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def v2_bot_id
  @v2_bot_id
end

#v2_bot_role::String

Returns the value of attribute v2_bot_role.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def v2_bot_role
  @v2_bot_role
end