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

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

#materialized_view_refresh_task_runTypes::MaterializedViewRefreshTaskRun

A MaterializedViewRefreshTaskRun object representing the details of the task run.



14184
14185
14186
14187
14188
# File 'lib/aws-sdk-glue/types.rb', line 14184

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