Class: Aws::Types::ListTopicsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTopicsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#topics ⇒ ::Array[Types::Topic]
Returns the value of attribute topics.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
386 387 388 |
# File 'sig/types.rbs', line 386 def next_token @next_token end |
#topics ⇒ ::Array[Types::Topic]
Returns the value of attribute topics.
385 386 387 |
# File 'sig/types.rbs', line 385 def topics @topics end |