Class: Aws::Types::DeleteTargetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTargetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force_unsubscribe_all ⇒ Boolean
Returns the value of attribute force_unsubscribe_all.
-
#target_address ⇒ ::String
Returns the value of attribute target_address.
Instance Attribute Details
#force_unsubscribe_all ⇒ Boolean
Returns the value of attribute force_unsubscribe_all.
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.
54 55 56 |
# File 'sig/types.rbs', line 54 def target_address @target_address end |