Class: Aws::EC2::Types::RevokedSecurityGroupRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RevokedSecurityGroupRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
A security group rule removed with [RevokeSecurityGroupEgress] or [RevokeSecurityGroupIngress].
[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RevokeSecurityGroupEgress.html [2]: docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RevokeSecurityGroupIngress.html
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.
62886 62887 62888 62889 62890 62891 62892 62893 62894 62895 62896 62897 62898 62899 62900 |
# File 'lib/aws-sdk-ec2/types.rb', line 62886 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.
62886 62887 62888 62889 62890 62891 62892 62893 62894 62895 62896 62897 62898 62899 62900 |
# File 'lib/aws-sdk-ec2/types.rb', line 62886 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.
62886 62887 62888 62889 62890 62891 62892 62893 62894 62895 62896 62897 62898 62899 62900 |
# File 'lib/aws-sdk-ec2/types.rb', line 62886 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.
62886 62887 62888 62889 62890 62891 62892 62893 62894 62895 62896 62897 62898 62899 62900 |
# File 'lib/aws-sdk-ec2/types.rb', line 62886 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.
62886 62887 62888 62889 62890 62891 62892 62893 62894 62895 62896 62897 62898 62899 62900 |
# File 'lib/aws-sdk-ec2/types.rb', line 62886 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.
62886 62887 62888 62889 62890 62891 62892 62893 62894 62895 62896 62897 62898 62899 62900 |
# File 'lib/aws-sdk-ec2/types.rb', line 62886 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.
62886 62887 62888 62889 62890 62891 62892 62893 62894 62895 62896 62897 62898 62899 62900 |
# File 'lib/aws-sdk-ec2/types.rb', line 62886 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.
62886 62887 62888 62889 62890 62891 62892 62893 62894 62895 62896 62897 62898 62899 62900 |
# File 'lib/aws-sdk-ec2/types.rb', line 62886 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.
62886 62887 62888 62889 62890 62891 62892 62893 62894 62895 62896 62897 62898 62899 62900 |
# File 'lib/aws-sdk-ec2/types.rb', line 62886 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.
62886 62887 62888 62889 62890 62891 62892 62893 62894 62895 62896 62897 62898 62899 62900 |
# File 'lib/aws-sdk-ec2/types.rb', line 62886 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.
62886 62887 62888 62889 62890 62891 62892 62893 62894 62895 62896 62897 62898 62899 62900 |
# File 'lib/aws-sdk-ec2/types.rb', line 62886 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 |