Class: Aws::GuardDuty::Types::SecurityGroup

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#group_idString

The security group ID of the EC2 instance.

Returns:

  • (String)


6464
6465
6466
6467
6468
6469
# File 'lib/aws-sdk-guardduty/types.rb', line 6464

class SecurityGroup < Struct.new(
  :group_id,
  :group_name)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The security group name of the EC2 instance.

Returns:

  • (String)


6464
6465
6466
6467
6468
6469
# File 'lib/aws-sdk-guardduty/types.rb', line 6464

class SecurityGroup < Struct.new(
  :group_id,
  :group_name)
  SENSITIVE = []
  include Aws::Structure
end