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.
7258 7259 7260 |
# File 'sig/types.rbs', line 7258 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7259 7260 7261 |
# File 'sig/types.rbs', line 7259 def database_name @database_name end |
#full_refresh ⇒ Boolean
Returns the value of attribute full_refresh.
7261 7262 7263 |
# File 'sig/types.rbs', line 7261 def full_refresh @full_refresh end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
7260 7261 7262 |
# File 'sig/types.rbs', line 7260 def table_name @table_name end |