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.
920 921 922 |
# File 'sig/types.rbs', line 920 def cluster_name @cluster_name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
922 923 924 |
# File 'sig/types.rbs', line 922 def policy_arn @policy_arn end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
921 922 923 |
# File 'sig/types.rbs', line 921 def principal_arn @principal_arn end |