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.
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.
5407 5408 5409 |
# File 'sig/types.rbs', line 5407 def next_token @next_token end |