Class: Aws::Types::KubernetesPermissionCheckedDetails
- Inherits:
-
Object
- Object
- Aws::Types::KubernetesPermissionCheckedDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed ⇒ Boolean
Returns the value of attribute allowed.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#verb ⇒ ::String
Returns the value of attribute verb.
Instance Attribute Details
#allowed ⇒ Boolean
Returns the value of attribute allowed.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def allowed @allowed end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def namespace @namespace end |
#resource ⇒ ::String
Returns the value of attribute resource.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def resource @resource end |
#verb ⇒ ::String
Returns the value of attribute verb.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def verb @verb end |