Class: Aws::Types::MemberAdditionalConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::MemberAdditionalConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "EKS_ADDON_MANAGEMENT", ...
Returns the value of attribute name.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#name ⇒ "EKS_ADDON_MANAGEMENT", ...
Returns the value of attribute name.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def name @name end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def updated_at @updated_at end |