Struct rusoto_glue::CreateScriptResponse[][src]

pub struct CreateScriptResponse {
    pub python_script: Option<String>,
    pub scala_code: Option<String>,
}

Fields

The Python script generated from the DAG.

The Scala code generated from the DAG.

Trait Implementations

impl Default for CreateScriptResponse
[src]

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

impl Debug for CreateScriptResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateScriptResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateScriptResponse
[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