Class: Aws::EMR::Types::SupportedProductConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::SupportedProductConfig
- 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
-
#args ⇒ Array<String>
The list of user-supplied arguments.
-
#name ⇒ String
The name of the product configuration.
Instance Attribute Details
#args ⇒ Array<String>
The list of user-supplied arguments.
6865 6866 6867 6868 6869 6870 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6865 class SupportedProductConfig < Struct.new( :name, :args) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the product configuration.
6865 6866 6867 6868 6869 6870 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6865 class SupportedProductConfig < Struct.new( :name, :args) SENSITIVE = [] include Aws::Structure end |