Class: Aws::Types::ListPoliciesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def max_items
  @max_items
end

#only_attachedBoolean

Returns the value of attribute only_attached.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PermissionsPolicy", "PermissionsBoundary")


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.

Returns:

  • ("All", "AWS", "Local")


1346
1347
1348
# File 'sig/types.rbs', line 1346

def scope
  @scope
end