Class: Aws::Types::CreateBotReplicaResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateBotReplicaResponse
- 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.
-
#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.
822 823 824 |
# File 'sig/types.rbs', line 822 def bot_id @bot_id end |
#bot_replica_status ⇒ "Enabling", ...
Returns the value of attribute bot_replica_status.
826 827 828 |
# File 'sig/types.rbs', line 826 def bot_replica_status @bot_replica_status end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
825 826 827 |
# File 'sig/types.rbs', line 825 def creation_date_time @creation_date_time end |
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
823 824 825 |
# File 'sig/types.rbs', line 823 def replica_region @replica_region end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
824 825 826 |
# File 'sig/types.rbs', line 824 def source_region @source_region end |