Class: Aws::Types::MaterializedViewRefreshTaskRun
- Inherits:
-
Object
- Object
- Aws::Types::MaterializedViewRefreshTaskRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#customer_id ⇒ ::String
Returns the value of attribute customer_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#dpu_seconds ⇒ ::Float
Returns the value of attribute dpu_seconds.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#materialized_view_refresh_task_run_id ⇒ ::String
Returns the value of attribute materialized_view_refresh_task_run_id.
-
#processed_bytes ⇒ ::Integer
Returns the value of attribute processed_bytes.
-
#refresh_type ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute refresh_type.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
5613 5614 5615 |
# File 'sig/types.rbs', line 5613 def catalog_id @catalog_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5616 5617 5618 |
# File 'sig/types.rbs', line 5616 def creation_time @creation_time end |
#customer_id ⇒ ::String
Returns the value of attribute customer_id.
5609 5610 5611 |
# File 'sig/types.rbs', line 5609 def customer_id @customer_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
5611 5612 5613 |
# File 'sig/types.rbs', line 5611 def database_name @database_name end |
#dpu_seconds ⇒ ::Float
Returns the value of attribute dpu_seconds.
5621 5622 5623 |
# File 'sig/types.rbs', line 5621 def dpu_seconds @dpu_seconds end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
5619 5620 5621 |
# File 'sig/types.rbs', line 5619 def end_time @end_time end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
5620 5621 5622 |
# File 'sig/types.rbs', line 5620 def @error_message end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
5617 5618 5619 |
# File 'sig/types.rbs', line 5617 def last_updated @last_updated end |
#materialized_view_refresh_task_run_id ⇒ ::String
Returns the value of attribute materialized_view_refresh_task_run_id.
5610 5611 5612 |
# File 'sig/types.rbs', line 5610 def materialized_view_refresh_task_run_id @materialized_view_refresh_task_run_id end |
#processed_bytes ⇒ ::Integer
Returns the value of attribute processed_bytes.
5623 5624 5625 |
# File 'sig/types.rbs', line 5623 def processed_bytes @processed_bytes end |
#refresh_type ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute refresh_type.
5622 5623 5624 |
# File 'sig/types.rbs', line 5622 def refresh_type @refresh_type end |
#role ⇒ ::String
Returns the value of attribute role.
5614 5615 5616 |
# File 'sig/types.rbs', line 5614 def role @role end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
5618 5619 5620 |
# File 'sig/types.rbs', line 5618 def start_time @start_time end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
5615 5616 5617 |
# File 'sig/types.rbs', line 5615 def status @status end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
5612 5613 5614 |
# File 'sig/types.rbs', line 5612 def table_name @table_name end |