Struct rusoto_ec2::StaleIpPermission [] [src]

pub struct StaleIpPermission {
    pub from_port: Option<i64>,
    pub ip_protocol: Option<String>,
    pub ip_ranges: Option<Vec<String>>,
    pub prefix_list_ids: Option<Vec<String>>,
    pub to_port: Option<i64>,
    pub user_id_group_pairs: Option<Vec<UserIdGroupPair>>,
}

Describes a stale rule in a security group.

Fields

The start of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.

The IP protocol name (for tcp, udp, and icmp) or number (see Protocol Numbers).

One or more IP ranges. Not applicable for stale security group rules.

One or more prefix list IDs for an AWS service. Not applicable for stale security group rules.

The end of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.

One or more security group pairs. Returns the ID of the referenced security group and VPC, and the ID and status of the VPC peering connection.

Trait Implementations

impl Default for StaleIpPermission
[src]

[src]

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

impl Debug for StaleIpPermission
[src]

[src]

Formats the value using the given formatter.

impl Clone for StaleIpPermission
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more