Struct rusoto_codepipeline::CreateCustomActionTypeOutput[][src]

pub struct CreateCustomActionTypeOutput {
    pub action_type: ActionType,
}

Represents the output of a CreateCustomActionType operation.

Fields

Returns information about the details of an action type.

Trait Implementations

impl Default for CreateCustomActionTypeOutput
[src]

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

impl Debug for CreateCustomActionTypeOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateCustomActionTypeOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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