Class: Aws::Types::PutGroupPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutGroupPolicyRequest
- 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.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def group_name @group_name end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def policy_name @policy_name end |