Class: Aws::APIGateway::Types::ApiKeys

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

Overview

Represents a collection of API keys as represented by an ApiKeys resource.

<div class=“seeAlso” markdown=“1”>

Use API Keys][1

</div>

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ApiKey>

The current page of elements from this collection.

Returns:



222
223
224
225
226
227
228
# File 'lib/aws-sdk-apigateway/types.rb', line 222

class ApiKeys < Struct.new(
  :warnings,
  :position,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#positionString

Returns:

  • (String)


222
223
224
225
226
227
228
# File 'lib/aws-sdk-apigateway/types.rb', line 222

class ApiKeys < Struct.new(
  :warnings,
  :position,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#warningsArray<String>

A list of warning messages logged during the import of API keys when the ‘failOnWarnings` option is set to true.

Returns:

  • (Array<String>)


222
223
224
225
226
227
228
# File 'lib/aws-sdk-apigateway/types.rb', line 222

class ApiKeys < Struct.new(
  :warnings,
  :position,
  :items)
  SENSITIVE = []
  include Aws::Structure
end