Class: Aws::Types::ListProgressUpdateStreamsResult

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)


247
248
249
# File 'sig/types.rbs', line 247

def next_token
  @next_token
end

#progress_update_stream_summary_list::Array[Types::ProgressUpdateStreamSummary]

Returns the value of attribute progress_update_stream_summary_list.



246
247
248
# File 'sig/types.rbs', line 246

def progress_update_stream_summary_list
  @progress_update_stream_summary_list
end