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

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

Instance Attribute Details

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

The default value for the integer parameter.

Returns:

  • (Integer)


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