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.
<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
-
#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.
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 |
#position ⇒ 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 |
#warnings ⇒ Array<String>
A list of warning messages logged during the import of API keys when the ‘failOnWarnings` option is set to true.
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 |