You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SupportedProductConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "XmlStringMaxLen256",
  args: ["XmlString"],
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsArray<String>

The list of user-supplied arguments.

Returns:

  • (Array<String>)

    The list of user-supplied arguments.

#nameString

The name of the product configuration.

Returns:

  • (String)

    The name of the product configuration.