Class: Aws::EKS::Types::IntegerParameterConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::IntegerParameterConfig
- Includes:
- Structure
- Defined in:
- 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.
5322 5323 5324 5325 5326 5327 |
# File 'lib/aws-sdk-eks/types.rb', line 5322 class IntegerParameterConfig < Struct.new( :default_value, :constraints) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ Integer
The default value for the integer parameter.
5322 5323 5324 5325 5326 5327 |
# File 'lib/aws-sdk-eks/types.rb', line 5322 class IntegerParameterConfig < Struct.new( :default_value, :constraints) SENSITIVE = [] include Aws::Structure end |