Class: Aws::APIGateway::Types::ApiKeyIds
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::ApiKeyIds
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
The identifier of an ApiKey used in a UsagePlan.
Instance Attribute Summary collapse
-
#ids ⇒ Array<String>
A list of all the ApiKey identifiers.
-
#warnings ⇒ Array<String>
A list of warning messages.
Instance Attribute Details
#ids ⇒ Array<String>
A list of all the ApiKey identifiers.
178 179 180 181 182 |
# File 'lib/aws-sdk-apigateway/types.rb', line 178 class ApiKeyIds < Struct.new( :ids, :warnings) include Aws::Structure end |
#warnings ⇒ Array<String>
A list of warning messages.
178 179 180 181 182 |
# File 'lib/aws-sdk-apigateway/types.rb', line 178 class ApiKeyIds < Struct.new( :ids, :warnings) include Aws::Structure end |