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)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def marker
  @marker
end

#policy_names::Array[::String]

Returns the value of attribute policy_names.

Returns:

  • (::Array[::String])


1534
1535
1536
# File 'sig/types.rbs', line 1534

def policy_names
  @policy_names
end