Class: Aws::Types::ListPoliciesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


3418
3419
3420
# File 'sig/types.rbs', line 3418

def next_marker
  @next_marker
end

#policies::Array[Types::Policy]

Returns the value of attribute policies.

Returns:



3417
3418
3419
# File 'sig/types.rbs', line 3417

def policies
  @policies
end