Class: Aws::APIGateway::Types::ApiKeys
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::ApiKeys
- Includes:
- Structure
- Defined in:
- 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
-
#items ⇒ Array<Types::ApiKey>
The current page of elements from this collection.
- #position ⇒ String
-
#warnings ⇒ Array<String>
A list of warning messages logged during the import of API keys when the ‘failOnWarnings` option is set to true.
Instance Attribute Details
#items ⇒ Array<Types::ApiKey>
The current page of elements from this collection.
159 160 161 162 163 164 165 |
# File 'lib/aws-sdk-apigateway/types.rb', line 159 class ApiKeys < Struct.new( :warnings, :position, :items) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
159 160 161 162 163 164 165 |
# File 'lib/aws-sdk-apigateway/types.rb', line 159 class ApiKeys < Struct.new( :warnings, :position, :items) SENSITIVE = [] include Aws::Structure end |
#warnings ⇒ Array<String>
A list of warning messages logged during the import of API keys when the ‘failOnWarnings` option is set to true.
159 160 161 162 163 164 165 |
# File 'lib/aws-sdk-apigateway/types.rb', line 159 class ApiKeys < Struct.new( :warnings, :position, :items) SENSITIVE = [] include Aws::Structure end |