Class: Aws::EMRContainers::Types::TemplateParameterConfiguration

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

Overview

The configuration of a job template parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

The default value for the job template parameter.

Returns:

  • (String)


1983
1984
1985
1986
1987
1988
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1983

class TemplateParameterConfiguration < Struct.new(
  :type,
  :default_value)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.

Returns:

  • (String)


1983
1984
1985
1986
1987
1988
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1983

class TemplateParameterConfiguration < Struct.new(
  :type,
  :default_value)
  SENSITIVE = []
  include Aws::Structure
end