Class: Aws::Types::Topic
- Inherits:
-
Object
- Object
- Aws::Types::Topic
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_subscription_status ⇒ "OPT_IN", "OPT_OUT"
Returns the value of attribute default_subscription_status.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#default_subscription_status ⇒ "OPT_IN", "OPT_OUT"
Returns the value of attribute default_subscription_status.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def default_subscription_status @default_subscription_status end |
#description ⇒ ::String
Returns the value of attribute description.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def display_name @display_name end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def topic_name @topic_name end |