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.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def max_items @max_items end |
#only_attached ⇒ Boolean
Returns the value of attribute only_attached.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def only_attached @only_attached end |
#path_prefix ⇒ ::String
Returns the value of attribute path_prefix.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def path_prefix @path_prefix end |
#policy_usage_filter ⇒ "PermissionsPolicy", "PermissionsBoundary"
Returns the value of attribute policy_usage_filter.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def policy_usage_filter @policy_usage_filter end |
#scope ⇒ "All", ...
Returns the value of attribute scope.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def scope @scope end |