Class: Aws::Types::SnsAction
- Inherits:
-
Object
- Object
- Aws::Types::SnsAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message_format ⇒ "RAW", "JSON"
Returns the value of attribute message_format.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#message_format ⇒ "RAW", "JSON"
Returns the value of attribute message_format.
4523 4524 4525 |
# File 'sig/types.rbs', line 4523 def @message_format end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4522 4523 4524 |
# File 'sig/types.rbs', line 4522 def role_arn @role_arn end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
4521 4522 4523 |
# File 'sig/types.rbs', line 4521 def target_arn @target_arn end |