Class: Aws::Types::GetGroupPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetGroupPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
741 742 743 |
# File 'sig/types.rbs', line 741 def group_name @group_name end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
743 744 745 |
# File 'sig/types.rbs', line 743 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
742 743 744 |
# File 'sig/types.rbs', line 742 def policy_name @policy_name end |