Class: Aws::Types::BuildBotLocaleResponse
- Inherits:
-
Object
- Object
- Aws::Types::BuildBotLocaleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_locale_status ⇒ "Creating", ...
Returns the value of attribute bot_locale_status.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#last_build_submitted_date_time ⇒ ::Time
Returns the value of attribute last_build_submitted_date_time.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
609 610 611 |
# File 'sig/types.rbs', line 609 def bot_id @bot_id end |
#bot_locale_status ⇒ "Creating", ...
Returns the value of attribute bot_locale_status.
612 613 614 |
# File 'sig/types.rbs', line 612 def bot_locale_status @bot_locale_status end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
610 611 612 |
# File 'sig/types.rbs', line 610 def bot_version @bot_version end |
#last_build_submitted_date_time ⇒ ::Time
Returns the value of attribute last_build_submitted_date_time.
613 614 615 |
# File 'sig/types.rbs', line 613 def last_build_submitted_date_time @last_build_submitted_date_time end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
611 612 613 |
# File 'sig/types.rbs', line 611 def locale_id @locale_id end |