Struct rusoto_ec2::IcmpTypeCode [] [src]

pub struct IcmpTypeCode {
    pub code: Option<i64>,
    pub type_: Option<i64>,
}

Describes the ICMP type and code.

Fields

The ICMP code. A value of -1 means all codes for the specified ICMP type.

The ICMP type. A value of -1 means all types.

Trait Implementations

impl Default for IcmpTypeCode
[src]

[src]

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

impl Debug for IcmpTypeCode
[src]

[src]

Formats the value using the given formatter.

impl Clone for IcmpTypeCode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more