Class: Aws::Types::KubernetesRoleBindingDetails
- Inherits:
-
Object
- Object
- Aws::Types::KubernetesRoleBindingDetails
- 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.
-
#role_ref_kind ⇒ ::String
Returns the value of attribute role_ref_kind.
-
#role_ref_name ⇒ ::String
Returns the value of attribute role_ref_name.
-
#uid ⇒ ::String
Returns the value of attribute uid.
Instance Attribute Details
#kind ⇒ ::String
Returns the value of attribute kind.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def kind @kind end |
#name ⇒ ::String
Returns the value of attribute name.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def name @name end |
#role_ref_kind ⇒ ::String
Returns the value of attribute role_ref_kind.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def role_ref_kind @role_ref_kind end |
#role_ref_name ⇒ ::String
Returns the value of attribute role_ref_name.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def role_ref_name @role_ref_name end |
#uid ⇒ ::String
Returns the value of attribute uid.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def uid @uid end |