Class: Aws::Glue::Types::GetMaterializedViewRefreshTaskRunResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#materialized_view_refresh_task_runTypes::MaterializedViewRefreshTaskRun

A MaterializedViewRefreshTaskRun object representing the details of the task run.



13739
13740
13741
13742
13743
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13739

class GetMaterializedViewRefreshTaskRunResponse < Struct.new(
  :materialized_view_refresh_task_run)
  SENSITIVE = []
  include Aws::Structure
end