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)


7378
7379
7380
7381
7382
# File 'lib/aws-sdk-eks/types.rb', line 7378

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