Class: Aws::Types::ListPrincipalPoliciesResponse

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)


3456
3457
3458
# File 'sig/types.rbs', line 3456

def next_marker
  @next_marker
end

#policies::Array[Types::Policy]

Returns the value of attribute policies.

Returns:



3455
3456
3457
# File 'sig/types.rbs', line 3455

def policies
  @policies
end