Class: Aws::EKS::Types::DurationConstraints
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DurationConstraints
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constraints for a duration parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ String
The maximum allowed duration value.
-
#min ⇒ String
The minimum allowed duration value.
Instance Attribute Details
#max ⇒ String
The maximum allowed duration value.
4562 4563 4564 4565 4566 4567 |
# File 'lib/aws-sdk-eks/types.rb', line 4562 class DurationConstraints < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ String
The minimum allowed duration value.
4562 4563 4564 4565 4566 4567 |
# File 'lib/aws-sdk-eks/types.rb', line 4562 class DurationConstraints < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |