Class: Aws::EC2::Types::GroupIdentifier

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

Overview

Describes a security group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The ID of the security group.

Returns:

  • (String)


36622
36623
36624
36625
36626
36627
# File 'lib/aws-sdk-ec2/types.rb', line 36622

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

#group_nameString

The name of the security group.

Returns:

  • (String)


36622
36623
36624
36625
36626
36627
# File 'lib/aws-sdk-ec2/types.rb', line 36622

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