Class: Aws::Types::AssociateAccessPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateAccessPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_scope ⇒ Types::AccessScope
Returns the value of attribute access_scope.
-
#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
#access_scope ⇒ Types::AccessScope
Returns the value of attribute access_scope.
183 184 185 |
# File 'sig/types.rbs', line 183 def access_scope @access_scope end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
180 181 182 |
# File 'sig/types.rbs', line 180 def cluster_name @cluster_name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
182 183 184 |
# File 'sig/types.rbs', line 182 def policy_arn @policy_arn end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
181 182 183 |
# File 'sig/types.rbs', line 181 def principal_arn @principal_arn end |