Class: Aws::Types::UnsubscribeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UnsubscribeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#target_address ⇒ ::String
Returns the value of attribute target_address.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
220 221 222 |
# File 'sig/types.rbs', line 220 def arn @arn end |
#target_address ⇒ ::String
Returns the value of attribute target_address.
221 222 223 |
# File 'sig/types.rbs', line 221 def target_address @target_address end |