Struct rusoto_glue::GetPlanResponse[][src]

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

Fields

A Python script to perform the mapping.

Scala code to perform the mapping.

Trait Implementations

impl Default for GetPlanResponse
[src]

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

impl Debug for GetPlanResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetPlanResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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