Class: Aws::Glue::Types::GetMaterializedViewRefreshTaskRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetMaterializedViewRefreshTaskRunRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The ID of the Data Catalog where the table resides.
-
#materialized_view_refresh_task_run_id ⇒ String
The identifier for the particular materialized view refresh task run.
Instance Attribute Details
#catalog_id ⇒ String
The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.
14149 14150 14151 14152 14153 14154 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14149 class GetMaterializedViewRefreshTaskRunRequest < Struct.new( :catalog_id, :materialized_view_refresh_task_run_id) SENSITIVE = [] include Aws::Structure end |
#materialized_view_refresh_task_run_id ⇒ String
The identifier for the particular materialized view refresh task run.
14149 14150 14151 14152 14153 14154 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14149 class GetMaterializedViewRefreshTaskRunRequest < Struct.new( :catalog_id, :materialized_view_refresh_task_run_id) SENSITIVE = [] include Aws::Structure end |