Class: Aws::Glue::Types::StopMaterializedViewRefreshTaskRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StopMaterializedViewRefreshTaskRunRequest
- Defined in:
- gems/aws-sdk-glue/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.
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_name ⇒ String
The name of the database where the table resides.
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_name ⇒ String
The name of the table to generate statistics.
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 |