Class: Aws::Snowball::Types::EKSOnDeviceServiceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::EKSOnDeviceServiceConfiguration
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
An object representing the metadata and configuration settings of EKS Anywhere on the Snow Family device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#eks_anywhere_version ⇒ String
The optional version of EKS Anywhere on the Snow Family device.
-
#kubernetes_version ⇒ String
The Kubernetes version for EKS Anywhere on the Snow Family device.
Instance Attribute Details
#eks_anywhere_version ⇒ String
The optional version of EKS Anywhere on the Snow Family device.
1107 1108 1109 1110 1111 1112 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1107 class EKSOnDeviceServiceConfiguration < Struct.new( :kubernetes_version, :eks_anywhere_version) SENSITIVE = [] include Aws::Structure end |
#kubernetes_version ⇒ String
The Kubernetes version for EKS Anywhere on the Snow Family device.
1107 1108 1109 1110 1111 1112 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1107 class EKSOnDeviceServiceConfiguration < Struct.new( :kubernetes_version, :eks_anywhere_version) SENSITIVE = [] include Aws::Structure end |