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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idsArray<String>

A list of all the ApiKey identifiers.

Returns:

  • (Array<String>)


137
138
139
140
141
142
# File 'lib/aws-sdk-apigateway/types.rb', line 137

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

#warningsArray<String>

A list of warning messages.

Returns:

  • (Array<String>)


137
138
139
140
141
142
# File 'lib/aws-sdk-apigateway/types.rb', line 137

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