Class: Aws::Glue::Types::ConfigurationObject

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Specifies the values that an admin sets for each job or session parameter configured in a Glue usage profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesArray<String>

A list of allowed values for the parameter.

Returns:

  • (Array<String>)


3045
3046
3047
3048
3049
3050
3051
3052
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3045

class ConfigurationObject < Struct.new(
  :default_value,
  :allowed_values,
  :min_value,
  :max_value)
  SENSITIVE = []
  include Aws::Structure
end

#default_valueString

A default value for the parameter.

Returns:

  • (String)


3045
3046
3047
3048
3049
3050
3051
3052
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3045

class ConfigurationObject < Struct.new(
  :default_value,
  :allowed_values,
  :min_value,
  :max_value)
  SENSITIVE = []
  include Aws::Structure
end

#max_valueString

A maximum allowed value for the parameter.

Returns:

  • (String)


3045
3046
3047
3048
3049
3050
3051
3052
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3045

class ConfigurationObject < Struct.new(
  :default_value,
  :allowed_values,
  :min_value,
  :max_value)
  SENSITIVE = []
  include Aws::Structure
end

#min_valueString

A minimum allowed value for the parameter.

Returns:

  • (String)


3045
3046
3047
3048
3049
3050
3051
3052
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3045

class ConfigurationObject < Struct.new(
  :default_value,
  :allowed_values,
  :min_value,
  :max_value)
  SENSITIVE = []
  include Aws::Structure
end