Struct rusoto_codepipeline::CreateCustomActionTypeOutput [] [src]

pub struct CreateCustomActionTypeOutput {
    pub action_type: ActionType,
}

Represents the output of a create custom action operation.

Fields

Returns information about the details of an action type.

Trait Implementations

impl Default for CreateCustomActionTypeOutput
[src]

[src]

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

impl Debug for CreateCustomActionTypeOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateCustomActionTypeOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more