Class: Aws::GuardDuty::Types::SecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::SecurityGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the security groups associated with the EC2 instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The security group ID of the EC2 instance.
-
#group_name ⇒ String
The security group name of the EC2 instance.
Instance Attribute Details
#group_id ⇒ String
The security group ID of the EC2 instance.
8042 8043 8044 8045 8046 8047 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8042 class SecurityGroup < Struct.new( :group_id, :group_name) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The security group name of the EC2 instance.
8042 8043 8044 8045 8046 8047 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8042 class SecurityGroup < Struct.new( :group_id, :group_name) SENSITIVE = [] include Aws::Structure end |