Class: Aws::EKS::Types::ZonalShiftConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ZonalShiftConfigResponse
- 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
-
#enabled ⇒ Boolean
Whether the zonal shift is enabled.
Instance Attribute Details
#enabled ⇒ Boolean
Whether the zonal shift is enabled.
6965 6966 6967 6968 6969 |
# File 'lib/aws-sdk-eks/types.rb', line 6965 class ZonalShiftConfigResponse < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |