Class: Aws::EKS::Types::DurationConstraints
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DurationConstraints
- Defined in:
- gems/aws-sdk-eks/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.
4177 4178 4179 4180 4181 4182 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4177 class DurationConstraints < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ String
The minimum allowed duration value.
4177 4178 4179 4180 4181 4182 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4177 class DurationConstraints < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |