Class: Aws::EC2::Types::StaleIpPermission
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::StaleIpPermission
- 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
-
#from_port ⇒ Integer
The start of the port range for the TCP and UDP protocols, or an ICMP type number.
-
#ip_protocol ⇒ String
The IP protocol name (for ‘tcp`, `udp`, and `icmp`) or number (see [Protocol Numbers)].
-
#ip_ranges ⇒ Array<String>
The IP ranges.
-
#prefix_list_ids ⇒ Array<String>
The prefix list IDs.
-
#to_port ⇒ Integer
The end of the port range for the TCP and UDP protocols, or an ICMP type number.
-
#user_id_group_pairs ⇒ Array<Types::UserIdGroupPair>
The security group pairs.
Instance Attribute Details
#from_port ⇒ Integer
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.
62012 62013 62014 62015 62016 62017 62018 62019 62020 62021 |
# File 'lib/aws-sdk-ec2/types.rb', line 62012 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_protocol ⇒ String
The IP protocol name (for ‘tcp`, `udp`, and `icmp`) or number (see [Protocol Numbers)].
[1]: www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
62012 62013 62014 62015 62016 62017 62018 62019 62020 62021 |
# File 'lib/aws-sdk-ec2/types.rb', line 62012 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_ranges ⇒ Array<String>
The IP ranges. Not applicable for stale security group rules.
62012 62013 62014 62015 62016 62017 62018 62019 62020 62021 |
# File 'lib/aws-sdk-ec2/types.rb', line 62012 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_ids ⇒ Array<String>
The prefix list IDs. Not applicable for stale security group rules.
62012 62013 62014 62015 62016 62017 62018 62019 62020 62021 |
# File 'lib/aws-sdk-ec2/types.rb', line 62012 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_port ⇒ Integer
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.
62012 62013 62014 62015 62016 62017 62018 62019 62020 62021 |
# File 'lib/aws-sdk-ec2/types.rb', line 62012 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_pairs ⇒ Array<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.
62012 62013 62014 62015 62016 62017 62018 62019 62020 62021 |
# File 'lib/aws-sdk-ec2/types.rb', line 62012 class StaleIpPermission < Struct.new( :from_port, :ip_protocol, :ip_ranges, :prefix_list_ids, :to_port, :user_id_group_pairs) SENSITIVE = [] include Aws::Structure end |