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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ApiKey>

The current page of elements from this collection.

Returns:



159
160
161
162
163
164
165
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 159

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

#positionString

Returns:

  • (String)


159
160
161
162
163
164
165
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 159

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


159
160
161
162
163
164
165
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 159

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