Class: Aws::Types::ListPoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPoliciesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#only_attached ⇒ Boolean
Returns the value of attribute only_attached.
-
#path_prefix ⇒ ::String
Returns the value of attribute path_prefix.
-
#policy_usage_filter ⇒ "PermissionsPolicy", "PermissionsBoundary"
Returns the value of attribute policy_usage_filter.
-
#scope ⇒ "All", ...
Returns the value of attribute scope.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def max_items @max_items end |
#only_attached ⇒ Boolean
Returns the value of attribute only_attached.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def only_attached @only_attached end |
#path_prefix ⇒ ::String
Returns the value of attribute path_prefix.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def path_prefix @path_prefix end |
#policy_usage_filter ⇒ "PermissionsPolicy", "PermissionsBoundary"
Returns the value of attribute policy_usage_filter.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def policy_usage_filter @policy_usage_filter end |
#scope ⇒ "All", ...
Returns the value of attribute scope.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def scope @scope end |