Class: Aws::Types::SNSAction
- Inherits:
-
Object
- Object
- Aws::Types::SNSAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encoding ⇒ "UTF-8", "Base64"
Returns the value of attribute encoding.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#encoding ⇒ "UTF-8", "Base64"
Returns the value of attribute encoding.
811 812 813 |
# File 'sig/types.rbs', line 811 def encoding @encoding end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
810 811 812 |
# File 'sig/types.rbs', line 810 def topic_arn @topic_arn end |