Class: Aws::Inspector::Types::SecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::SecurityGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Contains information about a security group associated with a network interface. This data type is used as one of the elements of the NetworkInterface data type.
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.
2510 2511 2512 2513 2514 2515 |
# File 'lib/aws-sdk-inspector/types.rb', line 2510 class SecurityGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the security group.
2510 2511 2512 2513 2514 2515 |
# File 'lib/aws-sdk-inspector/types.rb', line 2510 class SecurityGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end |