Class: Aws::Types::DescribeThemeResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeThemeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#theme ⇒ Types::Theme
Returns the value of attribute theme.
Instance Attribute Details
#request_id ⇒ ::String
Returns the value of attribute request_id.
5112 5113 5114 |
# File 'sig/types.rbs', line 5112 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5111 5112 5113 |
# File 'sig/types.rbs', line 5111 def status @status end |
#theme ⇒ Types::Theme
Returns the value of attribute theme.
5110 5111 5112 |
# File 'sig/types.rbs', line 5110 def theme @theme end |