Class: Aws::Snowball::Types::EKSOnDeviceServiceConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#eks_anywhere_versionString

The optional version of EKS Anywhere on the Snow Family device.

Returns:

  • (String)


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_versionString

The Kubernetes version for EKS Anywhere on the Snow Family device.

Returns:

  • (String)


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