Class: Aws::Types::ListRolePoliciesResponse

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)


1436
1437
1438
# File 'sig/types.rbs', line 1436

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1437
1438
1439
# File 'sig/types.rbs', line 1437

def marker
  @marker
end

#policy_names::Array[::String]

Returns the value of attribute policy_names.

Returns:

  • (::Array[::String])


1435
1436
1437
# File 'sig/types.rbs', line 1435

def policy_names
  @policy_names
end