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.
55813 55814 55815 55816 55817 55818 55819 55820 55821 |
# File 'lib/aws-sdk-ec2/types.rb', line 55813 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.
55813 55814 55815 55816 55817 55818 55819 55820 55821 |
# File 'lib/aws-sdk-ec2/types.rb', line 55813 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.
55813 55814 55815 55816 55817 55818 55819 55820 55821 |
# File 'lib/aws-sdk-ec2/types.rb', line 55813 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.
55813 55814 55815 55816 55817 55818 55819 55820 55821 |
# File 'lib/aws-sdk-ec2/types.rb', line 55813 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).
55813 55814 55815 55816 55817 55818 55819 55820 55821 |
# File 'lib/aws-sdk-ec2/types.rb', line 55813 class ReferencedSecurityGroup < Struct.new( :group_id, :peering_status, :user_id, :vpc_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |