Class: Aws::Types::ListMaterializedViewRefreshTaskRunsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMaterializedViewRefreshTaskRunsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#materialized_view_refresh_task_runs ⇒ ::Array[Types::MaterializedViewRefreshTaskRun]
Returns the value of attribute materialized_view_refresh_task_runs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#materialized_view_refresh_task_runs ⇒ ::Array[Types::MaterializedViewRefreshTaskRun]
Returns the value of attribute materialized_view_refresh_task_runs.
5425 5426 5427 |
# File 'sig/types.rbs', line 5425 def materialized_view_refresh_task_runs @materialized_view_refresh_task_runs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5426 5427 5428 |
# File 'sig/types.rbs', line 5426 def next_token @next_token end |