Class: Aws::Types::MigrationSummary

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:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def migration_id
  @migration_id
end

#migration_status"IN_PROGRESS", ...

Returns the value of attribute migration_status.

Returns:

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


672
673
674
# File 'sig/types.rbs', line 672

def migration_status
  @migration_status
end

#migration_strategy"CREATE_NEW", "UPDATE_EXISTING"

Returns the value of attribute migration_strategy.

Returns:

  • ("CREATE_NEW", "UPDATE_EXISTING")


673
674
675
# File 'sig/types.rbs', line 673

def migration_strategy
  @migration_strategy
end

#migration_timestamp::Time

Returns the value of attribute migration_timestamp.

Returns:

  • (::Time)


674
675
676
# File 'sig/types.rbs', line 674

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")


669
670
671
# File 'sig/types.rbs', line 669

def v1_bot_locale
  @v1_bot_locale
end

#v1_bot_name::String

Returns the value of attribute v1_bot_name.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def v1_bot_name
  @v1_bot_name
end

#v1_bot_version::String

Returns the value of attribute v1_bot_version.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def v1_bot_version
  @v1_bot_version
end

#v2_bot_id::String

Returns the value of attribute v2_bot_id.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def v2_bot_id
  @v2_bot_id
end

#v2_bot_role::String

Returns the value of attribute v2_bot_role.

Returns:

  • (::String)


671
672
673
# File 'sig/types.rbs', line 671

def v2_bot_role
  @v2_bot_role
end