Class: Aws::EKS::Types::License
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::License
- 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
-
#id ⇒ String
An id associated with an EKS Anywhere subscription license.
-
#token ⇒ String
An optional license token that can be used for extended support verification.
Instance Attribute Details
#id ⇒ String
An id associated with an EKS Anywhere subscription license.
4269 4270 4271 4272 4273 4274 |
# File 'lib/aws-sdk-eks/types.rb', line 4269 class License < Struct.new( :id, :token) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
An optional license token that can be used for extended support verification.
4269 4270 4271 4272 4273 4274 |
# File 'lib/aws-sdk-eks/types.rb', line 4269 class License < Struct.new( :id, :token) SENSITIVE = [] include Aws::Structure end |