Class: Aws::Types::DescribeAddonRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAddonRequest
- 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.
Instance Attribute Details
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
762 763 764 |
# File 'sig/types.rbs', line 762 def addon_name @addon_name end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
761 762 763 |
# File 'sig/types.rbs', line 761 def cluster_name @cluster_name end |