Class: Aws::Types::DeleteTargetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:target_address])

Instance Attribute Summary collapse

Instance Attribute Details

#force_unsubscribe_allBoolean

Returns the value of attribute force_unsubscribe_all.

Returns:

  • (Boolean)


55
56
57
# File 'sig/types.rbs', line 55

def force_unsubscribe_all
  @force_unsubscribe_all
end

#target_address::String

Returns the value of attribute target_address.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def target_address
  @target_address
end