Class: Aws::Types::DeleteThemeAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteThemeAliasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
-
#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
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
4115 4116 4117 |
# File 'sig/types.rbs', line 4115 def alias_name @alias_name end |
#arn ⇒ ::String
Returns the value of attribute arn.
4116 4117 4118 |
# File 'sig/types.rbs', line 4116 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4117 4118 4119 |
# File 'sig/types.rbs', line 4117 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4118 4119 4120 |
# File 'sig/types.rbs', line 4118 def status @status end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
4119 4120 4121 |
# File 'sig/types.rbs', line 4119 def theme_id @theme_id end |