Class: Aws::Types::DeleteSecurityGroupResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


4573
4574
4575
# File 'sig/types.rbs', line 4573

def group_id
  @group_id
end

#returnBoolean

Returns the value of attribute return.

Returns:

  • (Boolean)


4572
4573
4574
# File 'sig/types.rbs', line 4572

def return
  @return
end