Class: Aws::LocationService::Types::ListKeysResponse

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

#entriesArray<Types::ListKeysResponseEntry>

Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.

Returns:



4060
4061
4062
4063
4064
4065
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4060

class ListKeysResponse < Struct.new(
  :entries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

Returns:

  • (String)


4060
4061
4062
4063
4064
4065
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4060

class ListKeysResponse < Struct.new(
  :entries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end