Class: Aws::Types::SubscriptionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SubscriptionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#qos ⇒ ::Integer
Returns the value of attribute qos.
-
#topic_filter ⇒ ::String
Returns the value of attribute topic_filter.
Instance Attribute Details
#qos ⇒ ::Integer
Returns the value of attribute qos.
206 207 208 |
# File 'sig/types.rbs', line 206 def qos @qos end |
#topic_filter ⇒ ::String
Returns the value of attribute topic_filter.
205 206 207 |
# File 'sig/types.rbs', line 205 def topic_filter @topic_filter end |