Class: Aws::Types::ListTopicsV2Response

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8272
8273
8274
# File 'sig/types.rbs', line 8272

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


8273
8274
8275
# File 'sig/types.rbs', line 8273

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


8274
8275
8276
# File 'sig/types.rbs', line 8274

def status
  @status
end

#topic_summary_list::Array[Types::TopicV2Summary]

Returns the value of attribute topic_summary_list.

Returns:



8271
8272
8273
# File 'sig/types.rbs', line 8271

def topic_summary_list
  @topic_summary_list
end