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)


33206
33207
33208
33209
33210
33211
# File 'lib/aws-sdk-ec2/types.rb', line 33206

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)


33206
33207
33208
33209
33210
33211
# File 'lib/aws-sdk-ec2/types.rb', line 33206

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)


33206
33207
33208
33209
33210
33211
# File 'lib/aws-sdk-ec2/types.rb', line 33206

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