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)


5901
5902
5903
5904
5905
5906
5907
5908
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5901

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

#nameString

The name of a usage plan key.

Returns:

  • (String)


5901
5902
5903
5904
5905
5906
5907
5908
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5901

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)


5901
5902
5903
5904
5905
5906
5907
5908
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5901

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

#valueString

The value of a usage plan key.

Returns:

  • (String)


5901
5902
5903
5904
5905
5906
5907
5908
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5901

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