Class: Aws::Types::DisableAddOnRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableAddOnRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_on_type ⇒ "AutoSnapshot", "StopInstanceOnIdle"
Returns the value of attribute add_on_type.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
Instance Attribute Details
#add_on_type ⇒ "AutoSnapshot", "StopInstanceOnIdle"
Returns the value of attribute add_on_type.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def add_on_type @add_on_type end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def resource_name @resource_name end |