Class: Aws::Types::BotVersionReplicaSummary
- Inherits:
-
Object
- Object
- Aws::Types::BotVersionReplicaSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#bot_version_replication_status ⇒ "Creating", ...
Returns the value of attribute bot_version_replication_status.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
Instance Attribute Details
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
579 580 581 |
# File 'sig/types.rbs', line 579 def bot_version @bot_version end |
#bot_version_replication_status ⇒ "Creating", ...
Returns the value of attribute bot_version_replication_status.
580 581 582 |
# File 'sig/types.rbs', line 580 def bot_version_replication_status @bot_version_replication_status end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
581 582 583 |
# File 'sig/types.rbs', line 581 def creation_date_time @creation_date_time end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
582 583 584 |
# File 'sig/types.rbs', line 582 def failure_reasons @failure_reasons end |