Class: Aws::Types::AttachGroupPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachGroupPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
77 78 79 |
# File 'sig/types.rbs', line 77 def group_name @group_name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
78 79 80 |
# File 'sig/types.rbs', line 78 def policy_arn @policy_arn end |