Class: Aws::Types::GetGroupPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetGroupPolicyRequest
- 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.
735 736 737 |
# File 'sig/types.rbs', line 735 def group_name @group_name end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
736 737 738 |
# File 'sig/types.rbs', line 736 def policy_name @policy_name end |