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.
7300 7301 7302 |
# File 'sig/types.rbs', line 7300 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7301 7302 7303 |
# File 'sig/types.rbs', line 7301 def database_name @database_name end |
#full_refresh ⇒ Boolean
Returns the value of attribute full_refresh.
7303 7304 7305 |
# File 'sig/types.rbs', line 7303 def full_refresh @full_refresh end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
7302 7303 7304 |
# File 'sig/types.rbs', line 7302 def table_name @table_name end |