Class: Aws::Types::SnsAction
- Inherits:
-
Object
- Object
- Aws::Types::SnsAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
-
#encoding ⇒ "UTF-8", "BASE64"
Returns the value of attribute encoding.
-
#payload_type ⇒ "HEADERS", "CONTENT"
Returns the value of attribute payload_type.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def action_failure_policy @action_failure_policy end |
#encoding ⇒ "UTF-8", "BASE64"
Returns the value of attribute encoding.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def encoding @encoding end |
#payload_type ⇒ "HEADERS", "CONTENT"
Returns the value of attribute payload_type.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def payload_type @payload_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def role_arn @role_arn end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def topic_arn @topic_arn end |