Class: Aws::Glue::Types::StartMaterializedViewRefreshTaskRunRequest

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 reside. If none is supplied, the account ID is used by default.

Returns:

  • (String)


26339
26340
26341
26342
26343
26344
26345
26346
# File 'lib/aws-sdk-glue/types.rb', line 26339

class StartMaterializedViewRefreshTaskRunRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :full_refresh)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the database where the table resides.

Returns:

  • (String)


26339
26340
26341
26342
26343
26344
26345
26346
# File 'lib/aws-sdk-glue/types.rb', line 26339

class StartMaterializedViewRefreshTaskRunRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :full_refresh)
  SENSITIVE = []
  include Aws::Structure
end

#full_refreshBoolean

Specifies whether this is a full refresh of the task run.

Returns:

  • (Boolean)


26339
26340
26341
26342
26343
26344
26345
26346
# File 'lib/aws-sdk-glue/types.rb', line 26339

class StartMaterializedViewRefreshTaskRunRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :full_refresh)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table to generate run the materialized view refresh task.

Returns:

  • (String)


26339
26340
26341
26342
26343
26344
26345
26346
# File 'lib/aws-sdk-glue/types.rb', line 26339

class StartMaterializedViewRefreshTaskRunRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :full_refresh)
  SENSITIVE = []
  include Aws::Structure
end