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)


16326
16327
16328
16329
16330
16331
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16326

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)


16326
16327
16328
16329
16330
16331
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16326

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