Class: Aws::Types::TopicPreference
- Inherits:
-
Object
- Object
- Aws::Types::TopicPreference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#subscription_status ⇒ "OPT_IN", "OPT_OUT"
Returns the value of attribute subscription_status.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#subscription_status ⇒ "OPT_IN", "OPT_OUT"
Returns the value of attribute subscription_status.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def subscription_status @subscription_status end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def topic_name @topic_name end |