Class: Aws::Glue::Types::StartMaterializedViewRefreshTaskRunResponse

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_run_idString

The identifier for the materialized view refresh task run.

Returns:

  • (String)


27059
27060
27061
27062
27063
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27059

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