Struct rusoto_ec2::DeleteFlowLogsResult [] [src]

pub struct DeleteFlowLogsResult {
    pub unsuccessful: Option<Vec<UnsuccessfulItem>>,
}

Contains the output of DeleteFlowLogs.

Fields

Information about the flow logs that could not be deleted successfully.

Trait Implementations

impl Default for DeleteFlowLogsResult
[src]

[src]

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

impl Debug for DeleteFlowLogsResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteFlowLogsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more