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

Class: Aws::EC2::Types::SecurityGroupReference

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

Overview

Describes a VPC with a security group that references your security group.

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The ID of your security group.

Returns:

  • (String)

    The ID of your security group.

#referencing_vpc_idString

The ID of the VPC with the referencing security group.

Returns:

  • (String)

    The ID of the VPC with the referencing security group.

#vpc_peering_connection_idString

The ID of the VPC peering connection.

Returns:

  • (String)

    The ID of the VPC peering connection.