Struct rusoto_codepipeline::ApprovalResult[][src]

pub struct ApprovalResult {
    pub status: String,
    pub summary: String,
}

Represents information about the result of an approval request.

Fields

The response submitted by a reviewer assigned to an approval action request.

The summary of the current status of the approval request.

Trait Implementations

impl Default for ApprovalResult
[src]

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

impl Debug for ApprovalResult
[src]

Formats the value using the given formatter. Read more

impl Clone for ApprovalResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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