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.
514 515 516 |
# File 'sig/types.rbs', line 514 def group_name @group_name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
515 516 517 |
# File 'sig/types.rbs', line 515 def policy_arn @policy_arn end |