Class: Aws::EC2::Types::SecurityGroupIdentifier

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a security group.

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The ID of the security group.

Returns:

  • (String)


33183
33184
33185
33186
33187
# File 'lib/aws-sdk-ec2/types.rb', line 33183

class SecurityGroupIdentifier < Struct.new(
  :group_id,
  :group_name)
  include Aws::Structure
end

#group_nameString

The name of the security group.

Returns:

  • (String)


33183
33184
33185
33186
33187
# File 'lib/aws-sdk-ec2/types.rb', line 33183

class SecurityGroupIdentifier < Struct.new(
  :group_id,
  :group_name)
  include Aws::Structure
end