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.



14200
14201
14202
14203
14204
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14200

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