Struct rusoto_datapipeline::ValidationWarning [] [src]

pub struct ValidationWarning {
    pub id: Option<String>,
    pub warnings: Option<Vec<String>>,
}

Defines a validation warning. Validation warnings do not prevent pipeline activation. The set of validation warnings that can be returned are defined by AWS Data Pipeline.

Fields

The identifier of the object that contains the validation warning.

A description of the validation warning.

Trait Implementations

impl Default for ValidationWarning
[src]

[src]

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

impl Debug for ValidationWarning
[src]

[src]

Formats the value using the given formatter.

impl Clone for ValidationWarning
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more