Class: Aws::EKS::Types::IntegerParameterConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#constraintsTypes::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_valueInteger

The default value for the integer parameter.

Returns:

  • (Integer)


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