Class: Aws::Types::DescribeBotReplicaResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBotReplicaResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_replica_status ⇒ "Enabling", ...
Returns the value of attribute bot_replica_status.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
-
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def bot_id @bot_id end |
#bot_replica_status ⇒ "Enabling", ...
Returns the value of attribute bot_replica_status.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def bot_replica_status @bot_replica_status end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def creation_date_time @creation_date_time end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def failure_reasons @failure_reasons end |
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def replica_region @replica_region end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def source_region @source_region end |