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.
190 191 192 |
# File 'sig/types.rbs', line 190 def associated_access_policy @associated_access_policy end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
188 189 190 |
# File 'sig/types.rbs', line 188 def cluster_name @cluster_name end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
189 190 191 |
# File 'sig/types.rbs', line 189 def principal_arn @principal_arn end |