Class: Aws::Types::SNSTopicPublishAction
- Inherits:
-
Object
- Object
- Aws::Types::SNSTopicPublishAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#payload ⇒ Types::Payload
Returns the value of attribute payload.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#payload ⇒ Types::Payload
Returns the value of attribute payload.
660 661 662 |
# File 'sig/types.rbs', line 660 def payload @payload end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
659 660 661 |
# File 'sig/types.rbs', line 659 def target_arn @target_arn end |