Class: Aws::Types::ListUserPoliciesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListUserPoliciesResponse
- 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.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def marker @marker end |
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def policy_names @policy_names end |