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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a stale rule in a security group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#from_portInteger

If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).

Returns:

  • (Integer)


62784
62785
62786
62787
62788
62789
62790
62791
62792
62793
# File 'lib/aws-sdk-ec2/types.rb', line 62784

class StaleIpPermission < Struct.new(
  :from_port,
  :ip_protocol,
  :ip_ranges,
  :prefix_list_ids,
  :to_port,
  :user_id_group_pairs)
  SENSITIVE = []
  include Aws::Structure
end

#ip_protocolString

The IP protocol name (‘tcp`, `udp`, `icmp`, `icmpv6`) or number (see [Protocol Numbers)].

[1]: www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml

Returns:

  • (String)


62784
62785
62786
62787
62788
62789
62790
62791
62792
62793
# File 'lib/aws-sdk-ec2/types.rb', line 62784

class StaleIpPermission < Struct.new(
  :from_port,
  :ip_protocol,
  :ip_ranges,
  :prefix_list_ids,
  :to_port,
  :user_id_group_pairs)
  SENSITIVE = []
  include Aws::Structure
end

#ip_rangesArray<String>

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

Returns:

  • (Array<String>)


62784
62785
62786
62787
62788
62789
62790
62791
62792
62793
# File 'lib/aws-sdk-ec2/types.rb', line 62784

class StaleIpPermission < Struct.new(
  :from_port,
  :ip_protocol,
  :ip_ranges,
  :prefix_list_ids,
  :to_port,
  :user_id_group_pairs)
  SENSITIVE = []
  include Aws::Structure
end

#prefix_list_idsArray<String>

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

Returns:

  • (Array<String>)


62784
62785
62786
62787
62788
62789
62790
62791
62792
62793
# File 'lib/aws-sdk-ec2/types.rb', line 62784

class StaleIpPermission < Struct.new(
  :from_port,
  :ip_protocol,
  :ip_ranges,
  :prefix_list_ids,
  :to_port,
  :user_id_group_pairs)
  SENSITIVE = []
  include Aws::Structure
end

#to_portInteger

If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes).

Returns:

  • (Integer)


62784
62785
62786
62787
62788
62789
62790
62791
62792
62793
# File 'lib/aws-sdk-ec2/types.rb', line 62784

class StaleIpPermission < Struct.new(
  :from_port,
  :ip_protocol,
  :ip_ranges,
  :prefix_list_ids,
  :to_port,
  :user_id_group_pairs)
  SENSITIVE = []
  include Aws::Structure
end

#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:



62784
62785
62786
62787
62788
62789
62790
62791
62792
62793
# File 'lib/aws-sdk-ec2/types.rb', line 62784

class StaleIpPermission < Struct.new(
  :from_port,
  :ip_protocol,
  :ip_ranges,
  :prefix_list_ids,
  :to_port,
  :user_id_group_pairs)
  SENSITIVE = []
  include Aws::Structure
end