Class: Aws::EC2::Types::DeleteSecurityGroupResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The ID of the deleted security group.

Returns:

  • (String)


19535
19536
19537
19538
19539
19540
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19535

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

#returnBoolean

Returns true if the request succeeds; otherwise, returns an error.

Returns:

  • (Boolean)


19535
19536
19537
19538
19539
19540
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19535

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