Class: Aws::EC2::Types::StaleSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::StaleSecurityGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a stale security group (a security group that contains stale rules).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the security group.
-
#group_id ⇒ String
The ID of the security group.
-
#group_name ⇒ String
The name of the security group.
-
#stale_ip_permissions ⇒ Array<Types::StaleIpPermission>
Information about the stale inbound rules in the security group.
-
#stale_ip_permissions_egress ⇒ Array<Types::StaleIpPermission>
Information about the stale outbound rules in the security group.
-
#vpc_id ⇒ String
The ID of the VPC for the security group.
Instance Attribute Details
#description ⇒ String
The description of the security group.
67280 67281 67282 67283 67284 67285 67286 67287 67288 67289 |
# File 'lib/aws-sdk-ec2/types.rb', line 67280 class StaleSecurityGroup < Struct.new( :description, :group_id, :group_name, :stale_ip_permissions, :stale_ip_permissions_egress, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#group_id ⇒ String
The ID of the security group.
67280 67281 67282 67283 67284 67285 67286 67287 67288 67289 |
# File 'lib/aws-sdk-ec2/types.rb', line 67280 class StaleSecurityGroup < Struct.new( :description, :group_id, :group_name, :stale_ip_permissions, :stale_ip_permissions_egress, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the security group.
67280 67281 67282 67283 67284 67285 67286 67287 67288 67289 |
# File 'lib/aws-sdk-ec2/types.rb', line 67280 class StaleSecurityGroup < Struct.new( :description, :group_id, :group_name, :stale_ip_permissions, :stale_ip_permissions_egress, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#stale_ip_permissions ⇒ Array<Types::StaleIpPermission>
Information about the stale inbound rules in the security group.
67280 67281 67282 67283 67284 67285 67286 67287 67288 67289 |
# File 'lib/aws-sdk-ec2/types.rb', line 67280 class StaleSecurityGroup < Struct.new( :description, :group_id, :group_name, :stale_ip_permissions, :stale_ip_permissions_egress, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#stale_ip_permissions_egress ⇒ Array<Types::StaleIpPermission>
Information about the stale outbound rules in the security group.
67280 67281 67282 67283 67284 67285 67286 67287 67288 67289 |
# File 'lib/aws-sdk-ec2/types.rb', line 67280 class StaleSecurityGroup < Struct.new( :description, :group_id, :group_name, :stale_ip_permissions, :stale_ip_permissions_egress, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC for the security group.
67280 67281 67282 67283 67284 67285 67286 67287 67288 67289 |
# File 'lib/aws-sdk-ec2/types.rb', line 67280 class StaleSecurityGroup < Struct.new( :description, :group_id, :group_name, :stale_ip_permissions, :stale_ip_permissions_egress, :vpc_id) SENSITIVE = [] include Aws::Structure end |