Struct rusoto_glue::JobCommand[][src]

pub struct JobCommand {
    pub name: Option<String>,
    pub script_location: Option<String>,
}

Specifies code that executes a job.

Fields

The name of the job command: this must be glueetl.

Specifies the S3 path to a script that executes a job (required).

Trait Implementations

impl Default for JobCommand
[src]

Returns the "default value" for a type. Read more

impl Debug for JobCommand
[src]

Formats the value using the given formatter. Read more

impl Clone for JobCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for JobCommand
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for JobCommand

impl Sync for JobCommand