Class: Aws::Types::ListUserPoliciesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def marker
  @marker
end

#policy_names::Array[::String]

Returns the value of attribute policy_names.

Returns:

  • (::Array[::String])


1571
1572
1573
# File 'sig/types.rbs', line 1571

def policy_names
  @policy_names
end