Class: Aws::Types::StartMaterializedViewRefreshTaskRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMaterializedViewRefreshTaskRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#full_refresh ⇒ Boolean
Returns the value of attribute full_refresh.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
7290 7291 7292 |
# File 'sig/types.rbs', line 7290 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7291 7292 7293 |
# File 'sig/types.rbs', line 7291 def database_name @database_name end |
#full_refresh ⇒ Boolean
Returns the value of attribute full_refresh.
7293 7294 7295 |
# File 'sig/types.rbs', line 7293 def full_refresh @full_refresh end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
7292 7293 7294 |
# File 'sig/types.rbs', line 7292 def table_name @table_name end |