Class: Aws::APIGateway::Types::ApiKey

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

A resource that can be distributed to callers for executing Method resources that require an API key. API keys can be mapped to any Stage on any RestApi, which indicates that the callers with the API key can make requests to that stage.

<div class=“seeAlso”>

Use API Keys][1

</div>

[1]: docs.aws.amazon.com/apigateway/latest/developerguide/how-to-api-keys.html

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The timestamp when the API Key was created.

Returns:

  • (Time)


132
133
134
135
136
137
138
139
140
141
142
143
# File 'lib/aws-sdk-apigateway/types.rb', line 132

class ApiKey < Struct.new(
  :id,
  :value,
  :name,
  :customer_id,
  :description,
  :enabled,
  :created_date,
  :last_updated_date,
  :stage_keys)
  include Aws::Structure
end

#customer_idString

An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.

Returns:

  • (String)


132
133
134
135
136
137
138
139
140
141
142
143
# File 'lib/aws-sdk-apigateway/types.rb', line 132

class ApiKey < Struct.new(
  :id,
  :value,
  :name,
  :customer_id,
  :description,
  :enabled,
  :created_date,
  :last_updated_date,
  :stage_keys)
  include Aws::Structure
end

#descriptionString

The description of the API Key.

Returns:

  • (String)


132
133
134
135
136
137
138
139
140
141
142
143
# File 'lib/aws-sdk-apigateway/types.rb', line 132

class ApiKey < Struct.new(
  :id,
  :value,
  :name,
  :customer_id,
  :description,
  :enabled,
  :created_date,
  :last_updated_date,
  :stage_keys)
  include Aws::Structure
end

#enabledBoolean

Specifies whether the API Key can be used by callers.

Returns:

  • (Boolean)


132
133
134
135
136
137
138
139
140
141
142
143
# File 'lib/aws-sdk-apigateway/types.rb', line 132

class ApiKey < Struct.new(
  :id,
  :value,
  :name,
  :customer_id,
  :description,
  :enabled,
  :created_date,
  :last_updated_date,
  :stage_keys)
  include Aws::Structure
end

#idString

The identifier of the API Key.

Returns:

  • (String)


132
133
134
135
136
137
138
139
140
141
142
143
# File 'lib/aws-sdk-apigateway/types.rb', line 132

class ApiKey < Struct.new(
  :id,
  :value,
  :name,
  :customer_id,
  :description,
  :enabled,
  :created_date,
  :last_updated_date,
  :stage_keys)
  include Aws::Structure
end

#last_updated_dateTime

The timestamp when the API Key was last updated.

Returns:

  • (Time)


132
133
134
135
136
137
138
139
140
141
142
143
# File 'lib/aws-sdk-apigateway/types.rb', line 132

class ApiKey < Struct.new(
  :id,
  :value,
  :name,
  :customer_id,
  :description,
  :enabled,
  :created_date,
  :last_updated_date,
  :stage_keys)
  include Aws::Structure
end

#nameString

The name of the API Key.

Returns:

  • (String)


132
133
134
135
136
137
138
139
140
141
142
143
# File 'lib/aws-sdk-apigateway/types.rb', line 132

class ApiKey < Struct.new(
  :id,
  :value,
  :name,
  :customer_id,
  :description,
  :enabled,
  :created_date,
  :last_updated_date,
  :stage_keys)
  include Aws::Structure
end

#stage_keysArray<String>

A list of Stage resources that are associated with the ApiKey resource.

Returns:

  • (Array<String>)


132
133
134
135
136
137
138
139
140
141
142
143
# File 'lib/aws-sdk-apigateway/types.rb', line 132

class ApiKey < Struct.new(
  :id,
  :value,
  :name,
  :customer_id,
  :description,
  :enabled,
  :created_date,
  :last_updated_date,
  :stage_keys)
  include Aws::Structure
end

#valueString

The value of the API Key.

Returns:

  • (String)


132
133
134
135
136
137
138
139
140
141
142
143
# File 'lib/aws-sdk-apigateway/types.rb', line 132

class ApiKey < Struct.new(
  :id,
  :value,
  :name,
  :customer_id,
  :description,
  :enabled,
  :created_date,
  :last_updated_date,
  :stage_keys)
  include Aws::Structure
end