Class: Aws::Types::GetApiKeysRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_id::String

Returns the value of attribute customer_id.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def customer_id
  @customer_id
end

#include_valuesBoolean

Returns the value of attribute include_values.

Returns:

  • (Boolean)


602
603
604
# File 'sig/types.rbs', line 602

def include_values
  @include_values
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


599
600
601
# File 'sig/types.rbs', line 599

def limit
  @limit
end

#name_query::String

Returns the value of attribute name_query.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def name_query
  @name_query
end

#position::String

Returns the value of attribute position.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def position
  @position
end