You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::StaleIpPermission

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a stale rule in a security group.

Instance Attribute Summary collapse

Instance Attribute Details

#from_portInteger

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.

Returns:

  • (Integer)

    The start of the port range for the TCP and UDP protocols, or an ICMP type number.

#ip_protocolString

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

Returns:

  • (String)

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

#ip_rangesArray<String>

The IP ranges. Not applicable for stale security group rules.

Returns:

  • (Array<String>)

    The IP ranges.

#prefix_list_idsArray<String>

The prefix list IDs. Not applicable for stale security group rules.

Returns:

  • (Array<String>)

    The prefix list IDs.

#to_portInteger

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.

Returns:

  • (Integer)

    The end of the port range for the TCP and UDP protocols, or an ICMP type number.

#user_id_group_pairsArray<Types::UserIdGroupPair>

The security group pairs. Returns the ID of the referenced security group and VPC, and the ID and status of the VPC peering connection.

Returns: