Class: Aws::Types::ListGroupPoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListGroupPoliciesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def group_name @group_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def max_items @max_items end |