Class: Aws::LocationService::Types::ListKeysResponseEntry

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

Overview

An API key resource listed in your Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The timestamp of when the API key was created, in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Returns:

  • (Time)


4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4111

class ListKeysResponseEntry < Struct.new(
  :create_time,
  :description,
  :expire_time,
  :key_name,
  :restrictions,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The optional description for the API key resource.

Returns:

  • (String)


4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4111

class ListKeysResponseEntry < Struct.new(
  :create_time,
  :description,
  :expire_time,
  :key_name,
  :restrictions,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#expire_timeTime

The timestamp for when the API key resource will expire, in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Returns:

  • (Time)


4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4111

class ListKeysResponseEntry < Struct.new(
  :create_time,
  :description,
  :expire_time,
  :key_name,
  :restrictions,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#key_nameString

The name of the API key resource.

Returns:

  • (String)


4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4111

class ListKeysResponseEntry < Struct.new(
  :create_time,
  :description,
  :expire_time,
  :key_name,
  :restrictions,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#restrictionsTypes::ApiKeyRestrictions

API Restrictions on the allowed actions, resources, and referers for an API key resource.



4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4111

class ListKeysResponseEntry < Struct.new(
  :create_time,
  :description,
  :expire_time,
  :key_name,
  :restrictions,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The timestamp of when the API key was last updated, in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Returns:

  • (Time)


4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4111

class ListKeysResponseEntry < Struct.new(
  :create_time,
  :description,
  :expire_time,
  :key_name,
  :restrictions,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end