Class: Aws::Types::DeleteGroupPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteGroupPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
384 385 386 |
# File 'sig/types.rbs', line 384 def group_name @group_name end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
385 386 387 |
# File 'sig/types.rbs', line 385 def policy_name @policy_name end |