Class: Aws::APIGateway::Types::UsagePlanKey

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

Overview

Represents a usage plan key to identify a plan customer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The Id of a usage plan key.

Returns:

  • (String)


6193
6194
6195
6196
6197
6198
6199
6200
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 6193

class UsagePlanKey < Struct.new(
  :id,
  :type,
  :value,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a usage plan key.

Returns:

  • (String)


6193
6194
6195
6196
6197
6198
6199
6200
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 6193

class UsagePlanKey < Struct.new(
  :id,
  :type,
  :value,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of a usage plan key. Currently, the valid key type is API_KEY.

Returns:

  • (String)


6193
6194
6195
6196
6197
6198
6199
6200
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 6193

class UsagePlanKey < Struct.new(
  :id,
  :type,
  :value,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of a usage plan key.

Returns:

  • (String)


6193
6194
6195
6196
6197
6198
6199
6200
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 6193

class UsagePlanKey < Struct.new(
  :id,
  :type,
  :value,
  :name)
  SENSITIVE = []
  include Aws::Structure
end