Class: Aws::SecurityHub::Types::AwsEc2NetworkInterfaceSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2NetworkInterfaceSecurityGroup
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A security group associated with the network interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The ID of the security group.
-
#group_name ⇒ String
The name of the security group.
Instance Attribute Details
#group_id ⇒ String
The ID of the security group.
8435 8436 8437 8438 8439 8440 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8435 class AwsEc2NetworkInterfaceSecurityGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the security group.
8435 8436 8437 8438 8439 8440 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8435 class AwsEc2NetworkInterfaceSecurityGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end |