Class: Aws::Types::SearchTopicsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchTopicsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#topic_summary_list ⇒ ::Array[Types::TopicSummary]
Returns the value of attribute topic_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
10283 10284 10285 |
# File 'sig/types.rbs', line 10283 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
10285 10286 10287 |
# File 'sig/types.rbs', line 10285 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
10284 10285 10286 |
# File 'sig/types.rbs', line 10284 def status @status end |
#topic_summary_list ⇒ ::Array[Types::TopicSummary]
Returns the value of attribute topic_summary_list.
10282 10283 10284 |
# File 'sig/types.rbs', line 10282 def topic_summary_list @topic_summary_list end |