Struct rusoto_codepipeline::ArtifactDetails [] [src]

pub struct ArtifactDetails {
    pub maximum_count: i64,
    pub minimum_count: i64,
}

Returns information about the details of an artifact.

Fields

The maximum number of artifacts allowed for the action type.

The minimum number of artifacts allowed for the action type.

Trait Implementations

impl Default for ArtifactDetails
[src]

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

impl Debug for ArtifactDetails
[src]

Formats the value using the given formatter.

impl Clone for ArtifactDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more