Class: Aws::EKS::Types::DurationParameterConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DurationParameterConfig
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
A duration parameter configuration with default value and constraints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#constraints ⇒ Types::DurationConstraints
The constraints for the duration parameter.
-
#default_value ⇒ String
The default value for the duration parameter.
Instance Attribute Details
#constraints ⇒ Types::DurationConstraints
The constraints for the duration parameter.
4196 4197 4198 4199 4200 4201 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4196 class DurationParameterConfig < Struct.new( :default_value, :constraints) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ String
The default value for the duration parameter.
4196 4197 4198 4199 4200 4201 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4196 class DurationParameterConfig < Struct.new( :default_value, :constraints) SENSITIVE = [] include Aws::Structure end |