Class: Aws::EKS::Types::IntegerParameterConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::IntegerParameterConfig
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
An integer parameter configuration with default value and constraints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#constraints ⇒ Types::IntegerConstraints
The constraints for the integer parameter.
-
#default_value ⇒ Integer
The default value for the integer parameter.
Instance Attribute Details
#constraints ⇒ Types::IntegerConstraints
The constraints for the integer parameter.
5326 5327 5328 5329 5330 5331 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5326 class IntegerParameterConfig < Struct.new( :default_value, :constraints) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ Integer
The default value for the integer parameter.
5326 5327 5328 5329 5330 5331 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5326 class IntegerParameterConfig < Struct.new( :default_value, :constraints) SENSITIVE = [] include Aws::Structure end |