Class: Aws::EC2::Types::ReferencedSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ReferencedSecurityGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the security group that is referenced in the security group rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The ID of the security group.
-
#peering_status ⇒ String
The status of a VPC peering connection, if applicable.
-
#user_id ⇒ String
The Amazon Web Services account ID.
-
#vpc_id ⇒ String
The ID of the VPC.
-
#vpc_peering_connection_id ⇒ String
The ID of the VPC peering connection (if applicable).
Instance Attribute Details
#group_id ⇒ String
The ID of the security group.
59074 59075 59076 59077 59078 59079 59080 59081 59082 |
# File 'lib/aws-sdk-ec2/types.rb', line 59074 class ReferencedSecurityGroup < Struct.new( :group_id, :peering_status, :user_id, :vpc_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |
#peering_status ⇒ String
The status of a VPC peering connection, if applicable.
59074 59075 59076 59077 59078 59079 59080 59081 59082 |
# File 'lib/aws-sdk-ec2/types.rb', line 59074 class ReferencedSecurityGroup < Struct.new( :group_id, :peering_status, :user_id, :vpc_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The Amazon Web Services account ID.
59074 59075 59076 59077 59078 59079 59080 59081 59082 |
# File 'lib/aws-sdk-ec2/types.rb', line 59074 class ReferencedSecurityGroup < Struct.new( :group_id, :peering_status, :user_id, :vpc_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC.
59074 59075 59076 59077 59078 59079 59080 59081 59082 |
# File 'lib/aws-sdk-ec2/types.rb', line 59074 class ReferencedSecurityGroup < Struct.new( :group_id, :peering_status, :user_id, :vpc_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |
#vpc_peering_connection_id ⇒ String
The ID of the VPC peering connection (if applicable).
59074 59075 59076 59077 59078 59079 59080 59081 59082 |
# File 'lib/aws-sdk-ec2/types.rb', line 59074 class ReferencedSecurityGroup < Struct.new( :group_id, :peering_status, :user_id, :vpc_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |