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

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

#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)


27488
27489
27490
27491
27492
27493
27494
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27488

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)


27488
27489
27490
27491
27492
27493
27494
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27488

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)


27488
27489
27490
27491
27492
27493
27494
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27488

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