Class: Aws::EC2::Types::SecurityGroupReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SecurityGroupReference
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a VPC with a security group that references your security group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The ID of your security group.
-
#referencing_vpc_id ⇒ String
The ID of the VPC with the referencing security group.
-
#vpc_peering_connection_id ⇒ String
The ID of the VPC peering connection.
Instance Attribute Details
#group_id ⇒ String
The ID of your security group.
57193 57194 57195 57196 57197 57198 57199 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57193 class SecurityGroupReference < Struct.new( :group_id, :referencing_vpc_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |
#referencing_vpc_id ⇒ String
The ID of the VPC with the referencing security group.
57193 57194 57195 57196 57197 57198 57199 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57193 class SecurityGroupReference < Struct.new( :group_id, :referencing_vpc_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |
#vpc_peering_connection_id ⇒ String
The ID of the VPC peering connection.
57193 57194 57195 57196 57197 57198 57199 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57193 class SecurityGroupReference < Struct.new( :group_id, :referencing_vpc_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |