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)


4784
4785
4786
# File 'sig/types.rbs', line 4784

def group_id
  @group_id
end

#returnBoolean

Returns the value of attribute return.

Returns:

  • (Boolean)


4783
4784
4785
# File 'sig/types.rbs', line 4783

def return
  @return
end