Class: Aws::Types::ListTopicsV2Response
- Inherits:
-
Object
- Object
- Aws::Types::ListTopicsV2Response
- 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::TopicV2Summary]
Returns the value of attribute topic_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7933 7934 7935 |
# File 'sig/types.rbs', line 7933 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7934 7935 7936 |
# File 'sig/types.rbs', line 7934 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7935 7936 7937 |
# File 'sig/types.rbs', line 7935 def status @status end |
#topic_summary_list ⇒ ::Array[Types::TopicV2Summary]
Returns the value of attribute topic_summary_list.
7932 7933 7934 |
# File 'sig/types.rbs', line 7932 def topic_summary_list @topic_summary_list end |