Class: Aws::Types::ListMaterializedViewRefreshTaskRunsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#materialized_view_refresh_task_runs::Array[Types::MaterializedViewRefreshTaskRun]

Returns the value of attribute materialized_view_refresh_task_runs.



5406
5407
5408
# File 'sig/types.rbs', line 5406

def materialized_view_refresh_task_runs
  @materialized_view_refresh_task_runs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5407
5408
5409
# File 'sig/types.rbs', line 5407

def next_token
  @next_token
end