Class: Aws::Glue::Types::GetMaterializedViewRefreshTaskRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetMaterializedViewRefreshTaskRunRequest
- Includes:
- Structure
- Defined in:
- 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.
13725 13726 13727 13728 13729 13730 |
# File 'lib/aws-sdk-glue/types.rb', line 13725 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.
13725 13726 13727 13728 13729 13730 |
# File 'lib/aws-sdk-glue/types.rb', line 13725 class GetMaterializedViewRefreshTaskRunRequest < Struct.new( :catalog_id, :materialized_view_refresh_task_run_id) SENSITIVE = [] include Aws::Structure end |