Class: Aws::Glue::Types::ListMaterializedViewRefreshTaskRunsRequest

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

Returns:

  • (String)


19896
19897
19898
19899
19900
19901
19902
19903
19904
# File 'lib/aws-sdk-glue/types.rb', line 19896

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

#database_nameString

The database where the table resides.

Returns:

  • (String)


19896
19897
19898
19899
19900
19901
19902
19903
19904
# File 'lib/aws-sdk-glue/types.rb', line 19896

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

#max_resultsInteger

The maximum size of the response.

Returns:

  • (Integer)


19896
19897
19898
19899
19900
19901
19902
19903
19904
# File 'lib/aws-sdk-glue/types.rb', line 19896

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

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


19896
19897
19898
19899
19900
19901
19902
19903
19904
# File 'lib/aws-sdk-glue/types.rb', line 19896

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

#table_nameString

The name of the table for which statistics is generated.

Returns:

  • (String)


19896
19897
19898
19899
19900
19901
19902
19903
19904
# File 'lib/aws-sdk-glue/types.rb', line 19896

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