Class: Aws::APIGateway::Types::ApiKeyIds

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

Overview

The identifier of an ApiKey used in a UsagePlan.

Instance Attribute Summary collapse

Instance Attribute Details

#idsArray<String>

A list of all the ApiKey identifiers.

Returns:

  • (Array<String>)


155
156
157
158
159
# File 'lib/aws-sdk-apigateway/types.rb', line 155

class ApiKeyIds < Struct.new(
  :ids,
  :warnings)
  include Aws::Structure
end

#warningsArray<String>

A list of warning messages.

Returns:

  • (Array<String>)


155
156
157
158
159
# File 'lib/aws-sdk-apigateway/types.rb', line 155

class ApiKeyIds < Struct.new(
  :ids,
  :warnings)
  include Aws::Structure
end