Class: Aws::Types::GetUsagePlanKeysRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


867
868
869
# File 'sig/types.rbs', line 867

def limit
  @limit
end

#name_query::String

Returns the value of attribute name_query.

Returns:

  • (::String)


868
869
870
# File 'sig/types.rbs', line 868

def name_query
  @name_query
end

#position::String

Returns the value of attribute position.

Returns:

  • (::String)


866
867
868
# File 'sig/types.rbs', line 866

def position
  @position
end

#usage_plan_id::String

Returns the value of attribute usage_plan_id.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def usage_plan_id
  @usage_plan_id
end