Struct rusoto_codepipeline::ActionConfiguration [] [src]

pub struct ActionConfiguration {
    pub configuration: Option<HashMap<String, String>>,
}

Represents information about an action configuration.

Fields

The configuration data for the action.

Trait Implementations

impl Default for ActionConfiguration
[src]

[src]

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

impl Debug for ActionConfiguration
[src]

[src]

Formats the value using the given formatter.

impl Clone for ActionConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more