Class: Aws::Glue::Types::StopMaterializedViewRefreshTaskRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StopMaterializedViewRefreshTaskRunRequest
- 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 reside.
-
#database_name ⇒ String
The name of the database where the table resides.
-
#table_name ⇒ String
The name of the table to generate statistics.
Instance Attribute Details
#catalog_id ⇒ String
The ID of the Data Catalog where the table reside. If none is supplied, the account ID is used by default.
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_name ⇒ String
The name of the database where the table resides.
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_name ⇒ String
The name of the table to generate statistics.
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 |