Class: Aws::Types::BotLocaleSummary
- Inherits:
-
Object
- Object
- Aws::Types::BotLocaleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_locale_status ⇒ "Creating", ...
Returns the value of attribute bot_locale_status.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_build_submitted_date_time ⇒ ::Time
Returns the value of attribute last_build_submitted_date_time.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#locale_name ⇒ ::String
Returns the value of attribute locale_name.
Instance Attribute Details
#bot_locale_status ⇒ "Creating", ...
Returns the value of attribute bot_locale_status.
506 507 508 |
# File 'sig/types.rbs', line 506 def bot_locale_status @bot_locale_status end |
#description ⇒ ::String
Returns the value of attribute description.
505 506 507 |
# File 'sig/types.rbs', line 505 def description @description end |
#last_build_submitted_date_time ⇒ ::Time
Returns the value of attribute last_build_submitted_date_time.
508 509 510 |
# File 'sig/types.rbs', line 508 def last_build_submitted_date_time @last_build_submitted_date_time end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
507 508 509 |
# File 'sig/types.rbs', line 507 def last_updated_date_time @last_updated_date_time end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
503 504 505 |
# File 'sig/types.rbs', line 503 def locale_id @locale_id end |
#locale_name ⇒ ::String
Returns the value of attribute locale_name.
504 505 506 |
# File 'sig/types.rbs', line 504 def locale_name @locale_name end |