Class: Aws::Types::KubernetesRoleDetails
- Inherits:
-
Object
- Object
- Aws::Types::KubernetesRoleDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kind ⇒ ::String
Returns the value of attribute kind.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#uid ⇒ ::String
Returns the value of attribute uid.
Instance Attribute Details
#kind ⇒ ::String
Returns the value of attribute kind.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def kind @kind end |
#name ⇒ ::String
Returns the value of attribute name.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def name @name end |
#uid ⇒ ::String
Returns the value of attribute uid.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def uid @uid end |