Struct rusoto_codepipeline::ActionType [] [src]

pub struct ActionType {
    pub action_configuration_properties: Option<Vec<ActionConfigurationProperty>>,
    pub id: ActionTypeId,
    pub input_artifact_details: ArtifactDetails,
    pub output_artifact_details: ArtifactDetails,
    pub settings: Option<ActionTypeSettings>,
}

Returns information about the details of an action type.

Fields

The configuration properties for the action type.

Represents information about an action type.

The details of the input artifact for the action, such as its commit ID.

The details of the output artifact of the action, such as its commit ID.

The settings for the action type.

Trait Implementations

impl Default for ActionType
[src]

[src]

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

impl Debug for ActionType
[src]

[src]

Formats the value using the given formatter.

impl Clone for ActionType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more