Class: Aws::Glue::Types::GetMaterializedViewRefreshTaskRunRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.

Returns:

  • (String)


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_idString

The identifier for the particular materialized view refresh task run.

Returns:

  • (String)


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