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.
712 713 714 |
# File 'sig/types.rbs', line 712 def addon_name @addon_name end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
711 712 713 |
# File 'sig/types.rbs', line 711 def cluster_name @cluster_name end |
#preserve ⇒ Boolean
Returns the value of attribute preserve.
713 714 715 |
# File 'sig/types.rbs', line 713 def preserve @preserve end |