Class: Aws::EKS::Types::License

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

Overview

An EKS Anywhere license associated with a subscription.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

An id associated with an EKS Anywhere subscription license.

Returns:

  • (String)


4079
4080
4081
4082
4083
4084
# File 'lib/aws-sdk-eks/types.rb', line 4079

class License < Struct.new(
  :id,
  :token)
  SENSITIVE = []
  include Aws::Structure
end

#tokenString

An optional license token that can be used for extended support verification.

Returns:

  • (String)


4079
4080
4081
4082
4083
4084
# File 'lib/aws-sdk-eks/types.rb', line 4079

class License < Struct.new(
  :id,
  :token)
  SENSITIVE = []
  include Aws::Structure
end