Class: Aws::Inspector::Types::SecurityGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/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

Instance Attribute Details

#group_idString

The ID of the security group.

Returns:

  • (String)


2510
2511
2512
2513
2514
2515
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2510

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

#group_nameString

The name of the security group.

Returns:

  • (String)


2510
2511
2512
2513
2514
2515
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2510

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