Class: Aws::EC2::Types::CreateSecurityGroupResult

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

Overview

Contains the output of CreateSecurityGroup.

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The ID of the security group.

Returns:

  • (String)


3602
3603
3604
3605
# File 'lib/aws-sdk-ec2/types.rb', line 3602

class CreateSecurityGroupResult < Struct.new(
  :group_id)
  include Aws::Structure
end