Class: Aws::Types::ListRolesResponse

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)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def marker
  @marker
end

#roles::Array[Types::Role]

Returns the value of attribute roles.

Returns:



1426
1427
1428
# File 'sig/types.rbs', line 1426

def roles
  @roles
end