Class: Aws::Types::ListImpersonationRolesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:



940
941
942
# File 'sig/types.rbs', line 940

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



939
940
941
# File 'sig/types.rbs', line 939

def next_token
  @next_token
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:



938
939
940
# File 'sig/types.rbs', line 938

def organization_id
  @organization_id
end