Class: Aws::Glue::Types::StopMaterializedViewRefreshTaskRunRequest

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)


26783
26784
26785
26786
26787
26788
26789
# File 'lib/aws-sdk-glue/types.rb', line 26783

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

#database_nameString

The name of the database where the table resides.

Returns:

  • (String)


26783
26784
26785
26786
26787
26788
26789
# File 'lib/aws-sdk-glue/types.rb', line 26783

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

#table_nameString

The name of the table to generate statistics.

Returns:

  • (String)


26783
26784
26785
26786
26787
26788
26789
# File 'lib/aws-sdk-glue/types.rb', line 26783

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