Class: Aws::EMR::Types::SupportedProductConfig

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

Overview

The list of supported product configurations that allow user-supplied arguments. Amazon EMR accepts these arguments and forwards them to the corresponding installation script as bootstrap action arguments.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#argsArray<String>

The list of user-supplied arguments.

Returns:

  • (Array<String>)


6813
6814
6815
6816
6817
6818
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6813

class SupportedProductConfig < Struct.new(
  :name,
  :args)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the product configuration.

Returns:

  • (String)


6813
6814
6815
6816
6817
6818
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6813

class SupportedProductConfig < Struct.new(
  :name,
  :args)
  SENSITIVE = []
  include Aws::Structure
end