Class: Aws::Types::DisassociateAccessPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateAccessPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def cluster_name @cluster_name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def policy_arn @policy_arn end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def principal_arn @principal_arn end |