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.
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_name ⇒ String
The database where the table resides.
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_results ⇒ Integer
The maximum size of the response.
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_token ⇒ String
A continuation token, if this is a continuation call.
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_name ⇒ String
The name of the table for which statistics is generated.
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 |