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”>

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

#itemsArray<Types::ApiKey>

The current page of elements from this collection.

Returns:



184
185
186
187
188
189
# File 'lib/aws-sdk-apigateway/types.rb', line 184

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

#positionString

Returns:

  • (String)


184
185
186
187
188
189
# File 'lib/aws-sdk-apigateway/types.rb', line 184

class ApiKeys < Struct.new(
  :warnings,
  :position,
  :items)
  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>)


184
185
186
187
188
189
# File 'lib/aws-sdk-apigateway/types.rb', line 184

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