Class: Aws::Glue::Types::ListMaterializedViewRefreshTaskRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListMaterializedViewRefreshTaskRunsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The ID of the Data Catalog where the table resides.
-
#database_name ⇒ String
The database where the table resides.
-
#max_results ⇒ Integer
The maximum size of the response.
-
#next_token ⇒ String
A continuation token, if this is a continuation call.
-
#table_name ⇒ String
The name of the table for which statistics is generated.
Instance Attribute Details
#catalog_id ⇒ String
The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.
20360 20361 20362 20363 20364 20365 20366 20367 20368 |
# File 'lib/aws-sdk-glue/types.rb', line 20360 class ListMaterializedViewRefreshTaskRunsRequest < Struct.new( :catalog_id, :database_name, :table_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The database where the table resides.
20360 20361 20362 20363 20364 20365 20366 20367 20368 |
# File 'lib/aws-sdk-glue/types.rb', line 20360 class ListMaterializedViewRefreshTaskRunsRequest < Struct.new( :catalog_id, :database_name, :table_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum size of the response.
20360 20361 20362 20363 20364 20365 20366 20367 20368 |
# File 'lib/aws-sdk-glue/types.rb', line 20360 class ListMaterializedViewRefreshTaskRunsRequest < Struct.new( :catalog_id, :database_name, :table_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is a continuation call.
20360 20361 20362 20363 20364 20365 20366 20367 20368 |
# File 'lib/aws-sdk-glue/types.rb', line 20360 class ListMaterializedViewRefreshTaskRunsRequest < Struct.new( :catalog_id, :database_name, :table_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table for which statistics is generated.
20360 20361 20362 20363 20364 20365 20366 20367 20368 |
# File 'lib/aws-sdk-glue/types.rb', line 20360 class ListMaterializedViewRefreshTaskRunsRequest < Struct.new( :catalog_id, :database_name, :table_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |