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)


1387
1388
1389
# File 'sig/types.rbs', line 1387

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def max_items
  @max_items
end

#only_attachedBoolean

Returns the value of attribute only_attached.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PermissionsPolicy", "PermissionsBoundary")


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.

Returns:

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


1383
1384
1385
# File 'sig/types.rbs', line 1383

def scope
  @scope
end