Class: Aws::Types::DetachGroupPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachGroupPolicyRequest
- 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.
502 503 504 |
# File 'sig/types.rbs', line 502 def group_name @group_name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
503 504 505 |
# File 'sig/types.rbs', line 503 def policy_arn @policy_arn end |