Class: Aws::Types::AssociateAccessPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssociateAccessPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_access_policy ⇒ Types::AssociatedAccessPolicy
Returns the value of attribute associated_access_policy.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
Instance Attribute Details
#associated_access_policy ⇒ Types::AssociatedAccessPolicy
Returns the value of attribute associated_access_policy.
209 210 211 |
# File 'sig/types.rbs', line 209 def associated_access_policy @associated_access_policy end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
207 208 209 |
# File 'sig/types.rbs', line 207 def cluster_name @cluster_name end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
208 209 210 |
# File 'sig/types.rbs', line 208 def principal_arn @principal_arn end |