Class: Aws::Types::ListGroupPoliciesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListGroupPoliciesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def marker @marker end |
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def policy_names @policy_names end |