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

Class: Aws::EMR::Types::Command

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

Overview

An entity describing an executable that runs on a cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#argsArray<String>

Arguments for Amazon EMR to pass to the command for execution.

Returns:

  • (Array<String>)

    Arguments for Amazon EMR to pass to the command for execution.

#nameString

The name of the command.

Returns:

  • (String)

    The name of the command.

#script_pathString

The Amazon S3 location of the command script.

Returns:

  • (String)

    The Amazon S3 location of the command script.