Class: Aws::Types::GetMaterializedViewRefreshTaskRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMaterializedViewRefreshTaskRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#materialized_view_refresh_task_run_id ⇒ ::String
Returns the value of attribute materialized_view_refresh_task_run_id.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
3867 3868 3869 |
# File 'sig/types.rbs', line 3867 def catalog_id @catalog_id end |
#materialized_view_refresh_task_run_id ⇒ ::String
Returns the value of attribute materialized_view_refresh_task_run_id.
3868 3869 3870 |
# File 'sig/types.rbs', line 3868 def materialized_view_refresh_task_run_id @materialized_view_refresh_task_run_id end |