Class: Aws::Types::BotAliasReplicaSummary
- Inherits:
-
Object
- Object
- Aws::Types::BotAliasReplicaSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
-
#bot_alias_replication_status ⇒ "Creating", ...
Returns the value of attribute bot_alias_replication_status.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
Instance Attribute Details
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
396 397 398 |
# File 'sig/types.rbs', line 396 def bot_alias_id @bot_alias_id end |
#bot_alias_replication_status ⇒ "Creating", ...
Returns the value of attribute bot_alias_replication_status.
397 398 399 |
# File 'sig/types.rbs', line 397 def bot_alias_replication_status @bot_alias_replication_status end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
398 399 400 |
# File 'sig/types.rbs', line 398 def bot_version @bot_version end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
399 400 401 |
# File 'sig/types.rbs', line 399 def creation_date_time @creation_date_time end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
401 402 403 |
# File 'sig/types.rbs', line 401 def failure_reasons @failure_reasons end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
400 401 402 |
# File 'sig/types.rbs', line 400 def last_updated_date_time @last_updated_date_time end |