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.
      63660 63661 63662 63663 63664 63665 63666 63667 63668 63669 63670 63671 63672 63673 63674  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63660 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.
      63660 63661 63662 63663 63664 63665 63666 63667 63668 63669 63670 63671 63672 63673 63674  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63660 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.
      63660 63661 63662 63663 63664 63665 63666 63667 63668 63669 63670 63671 63672 63673 63674  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63660 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.
      63660 63661 63662 63663 63664 63665 63666 63667 63668 63669 63670 63671 63672 63673 63674  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63660 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.
      63660 63661 63662 63663 63664 63665 63666 63667 63668 63669 63670 63671 63672 63673 63674  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63660 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.
      63660 63661 63662 63663 63664 63665 63666 63667 63668 63669 63670 63671 63672 63673 63674  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63660 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.
      63660 63661 63662 63663 63664 63665 63666 63667 63668 63669 63670 63671 63672 63673 63674  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63660 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.
      63660 63661 63662 63663 63664 63665 63666 63667 63668 63669 63670 63671 63672 63673 63674  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63660 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.
      63660 63661 63662 63663 63664 63665 63666 63667 63668 63669 63670 63671 63672 63673 63674  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63660 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.
      63660 63661 63662 63663 63664 63665 63666 63667 63668 63669 63670 63671 63672 63673 63674  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63660 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.
      63660 63661 63662 63663 63664 63665 63666 63667 63668 63669 63670 63671 63672 63673 63674  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63660 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  |