Class: Aws::EKS::Types::ZonalShiftConfigResponse

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

Overview

The status of zonal shift configuration for the cluster

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether the zonal shift is enabled.

Returns:

  • (Boolean)


6965
6966
6967
6968
6969
# File 'lib/aws-sdk-eks/types.rb', line 6965

class ZonalShiftConfigResponse < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end