Class: Aws::Types::DeleteAddonRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAddonRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#preserve ⇒ Boolean
Returns the value of attribute preserve.
Instance Attribute Details
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
642 643 644 |
# File 'sig/types.rbs', line 642 def addon_name @addon_name end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
641 642 643 |
# File 'sig/types.rbs', line 641 def cluster_name @cluster_name end |
#preserve ⇒ Boolean
Returns the value of attribute preserve.
643 644 645 |
# File 'sig/types.rbs', line 643 def preserve @preserve end |