Class: Aws::EC2::Types::RevokedSecurityGroupRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RevokedSecurityGroupRule
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
A security group rule removed with RevokeSecurityGroupEgress or RevokeSecurityGroupIngress.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr_ipv_4 ⇒ String
The IPv4 CIDR of the traffic source.
-
#cidr_ipv_6 ⇒ String
The IPv6 CIDR of the traffic source.
-
#description ⇒ String
A description of the revoked security group rule.
-
#from_port ⇒ Integer
The 'from' port number of the security group rule.
-
#group_id ⇒ String
A security group ID.
-
#ip_protocol ⇒ String
The security group rule's protocol.
-
#is_egress ⇒ Boolean
Defines if a security group rule is an outbound rule.
-
#prefix_list_id ⇒ String
The ID of a prefix list that's the traffic source.
-
#referenced_group_id ⇒ String
The ID of a referenced security group.
-
#security_group_rule_id ⇒ String
A security group rule ID.
-
#to_port ⇒ Integer
The 'to' port number of the security group rule.
Instance Attribute Details
#cidr_ipv_4 ⇒ String
The IPv4 CIDR of the traffic source.
67643 67644 67645 67646 67647 67648 67649 67650 67651 67652 67653 67654 67655 67656 67657 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67643 class RevokedSecurityGroupRule < Struct.new( :security_group_rule_id, :group_id, :is_egress, :ip_protocol, :from_port, :to_port, :cidr_ipv_4, :cidr_ipv_6, :prefix_list_id, :referenced_group_id, :description) SENSITIVE = [] include Aws::Structure end |
#cidr_ipv_6 ⇒ String
The IPv6 CIDR of the traffic source.
67643 67644 67645 67646 67647 67648 67649 67650 67651 67652 67653 67654 67655 67656 67657 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67643 class RevokedSecurityGroupRule < Struct.new( :security_group_rule_id, :group_id, :is_egress, :ip_protocol, :from_port, :to_port, :cidr_ipv_4, :cidr_ipv_6, :prefix_list_id, :referenced_group_id, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the revoked security group rule.
67643 67644 67645 67646 67647 67648 67649 67650 67651 67652 67653 67654 67655 67656 67657 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67643 class RevokedSecurityGroupRule < Struct.new( :security_group_rule_id, :group_id, :is_egress, :ip_protocol, :from_port, :to_port, :cidr_ipv_4, :cidr_ipv_6, :prefix_list_id, :referenced_group_id, :description) SENSITIVE = [] include Aws::Structure end |
#from_port ⇒ Integer
The 'from' port number of the security group rule.
67643 67644 67645 67646 67647 67648 67649 67650 67651 67652 67653 67654 67655 67656 67657 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67643 class RevokedSecurityGroupRule < Struct.new( :security_group_rule_id, :group_id, :is_egress, :ip_protocol, :from_port, :to_port, :cidr_ipv_4, :cidr_ipv_6, :prefix_list_id, :referenced_group_id, :description) SENSITIVE = [] include Aws::Structure end |
#group_id ⇒ String
A security group ID.
67643 67644 67645 67646 67647 67648 67649 67650 67651 67652 67653 67654 67655 67656 67657 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67643 class RevokedSecurityGroupRule < Struct.new( :security_group_rule_id, :group_id, :is_egress, :ip_protocol, :from_port, :to_port, :cidr_ipv_4, :cidr_ipv_6, :prefix_list_id, :referenced_group_id, :description) SENSITIVE = [] include Aws::Structure end |
#ip_protocol ⇒ String
The security group rule's protocol.
67643 67644 67645 67646 67647 67648 67649 67650 67651 67652 67653 67654 67655 67656 67657 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67643 class RevokedSecurityGroupRule < Struct.new( :security_group_rule_id, :group_id, :is_egress, :ip_protocol, :from_port, :to_port, :cidr_ipv_4, :cidr_ipv_6, :prefix_list_id, :referenced_group_id, :description) SENSITIVE = [] include Aws::Structure end |
#is_egress ⇒ Boolean
Defines if a security group rule is an outbound rule.
67643 67644 67645 67646 67647 67648 67649 67650 67651 67652 67653 67654 67655 67656 67657 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67643 class RevokedSecurityGroupRule < Struct.new( :security_group_rule_id, :group_id, :is_egress, :ip_protocol, :from_port, :to_port, :cidr_ipv_4, :cidr_ipv_6, :prefix_list_id, :referenced_group_id, :description) SENSITIVE = [] include Aws::Structure end |
#prefix_list_id ⇒ String
The ID of a prefix list that's the traffic source.
67643 67644 67645 67646 67647 67648 67649 67650 67651 67652 67653 67654 67655 67656 67657 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67643 class RevokedSecurityGroupRule < Struct.new( :security_group_rule_id, :group_id, :is_egress, :ip_protocol, :from_port, :to_port, :cidr_ipv_4, :cidr_ipv_6, :prefix_list_id, :referenced_group_id, :description) SENSITIVE = [] include Aws::Structure end |
#referenced_group_id ⇒ String
The ID of a referenced security group.
67643 67644 67645 67646 67647 67648 67649 67650 67651 67652 67653 67654 67655 67656 67657 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67643 class RevokedSecurityGroupRule < Struct.new( :security_group_rule_id, :group_id, :is_egress, :ip_protocol, :from_port, :to_port, :cidr_ipv_4, :cidr_ipv_6, :prefix_list_id, :referenced_group_id, :description) SENSITIVE = [] include Aws::Structure end |
#security_group_rule_id ⇒ String
A security group rule ID.
67643 67644 67645 67646 67647 67648 67649 67650 67651 67652 67653 67654 67655 67656 67657 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67643 class RevokedSecurityGroupRule < Struct.new( :security_group_rule_id, :group_id, :is_egress, :ip_protocol, :from_port, :to_port, :cidr_ipv_4, :cidr_ipv_6, :prefix_list_id, :referenced_group_id, :description) SENSITIVE = [] include Aws::Structure end |
#to_port ⇒ Integer
The 'to' port number of the security group rule.
67643 67644 67645 67646 67647 67648 67649 67650 67651 67652 67653 67654 67655 67656 67657 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67643 class RevokedSecurityGroupRule < Struct.new( :security_group_rule_id, :group_id, :is_egress, :ip_protocol, :from_port, :to_port, :cidr_ipv_4, :cidr_ipv_6, :prefix_list_id, :referenced_group_id, :description) SENSITIVE = [] include Aws::Structure end |