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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

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)


22311
22312
22313
22314
22315
22316
# File 'lib/aws-sdk-ec2/types.rb', line 22311

class SecurityGroupReference < Struct.new(
  :group_id,
  :referencing_vpc_id,
  :vpc_peering_connection_id)
  include Aws::Structure
end

#referencing_vpc_idString

The ID of the VPC with the referencing security group.

Returns:

  • (String)


22311
22312
22313
22314
22315
22316
# File 'lib/aws-sdk-ec2/types.rb', line 22311

class SecurityGroupReference < Struct.new(
  :group_id,
  :referencing_vpc_id,
  :vpc_peering_connection_id)
  include Aws::Structure
end

#vpc_peering_connection_idString

The ID of the VPC peering connection.

Returns:

  • (String)


22311
22312
22313
22314
22315
22316
# File 'lib/aws-sdk-ec2/types.rb', line 22311

class SecurityGroupReference < Struct.new(
  :group_id,
  :referencing_vpc_id,
  :vpc_peering_connection_id)
  include Aws::Structure
end