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.
845 846 847 |
# File 'sig/types.rbs', line 845 def addon_name @addon_name end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
844 845 846 |
# File 'sig/types.rbs', line 844 def cluster_name @cluster_name end |