You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::StaleSecurityGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a stale security group (a security group that contains stale rules).

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the security group.

Returns:

  • (String)

    The description of the security group.

#group_idString

The ID of the security group.

Returns:

  • (String)

    The ID of the security group.

#group_nameString

The name of the security group.

Returns:

  • (String)

    The name of the security group.

#stale_ip_permissionsArray<Types::StaleIpPermission>

Information about the stale inbound rules in the security group.

Returns:

#stale_ip_permissions_egressArray<Types::StaleIpPermission>

Information about the stale outbound rules in the security group.

Returns:

#vpc_idString

The ID of the VPC for the security group.

Returns:

  • (String)

    The ID of the VPC for the security group.