Class: Aws::LocationService::Types::ListKeysRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::ApiKeyFilter

Optionally filter the list to only Active or Expired API keys.

Returns:



4038
4039
4040
4041
4042
4043
4044
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4038

class ListKeysRequest < Struct.new(
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

An optional limit for the number of resources returned in a single call.

Default value: 100

Returns:

  • (Integer)


4038
4039
4040
4041
4042
4043
4044
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4038

class ListKeysRequest < Struct.new(
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default value: null

Returns:

  • (String)


4038
4039
4040
4041
4042
4043
4044
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4038

class ListKeysRequest < Struct.new(
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end