Class: Aws::Types::DeleteThemeResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteThemeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4131 4132 4133 |
# File 'sig/types.rbs', line 4131 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4132 4133 4134 |
# File 'sig/types.rbs', line 4132 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4133 4134 4135 |
# File 'sig/types.rbs', line 4133 def status @status end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
4134 4135 4136 |
# File 'sig/types.rbs', line 4134 def theme_id @theme_id end |