Class: Aws::Types::ExecutionRecord
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_pull_end_time ⇒ ::Time
Returns the value of attribute data_pull_end_time.
-
#data_pull_start_time ⇒ ::Time
Returns the value of attribute data_pull_start_time.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#execution_result ⇒ Types::ExecutionResult
Returns the value of attribute execution_result.
-
#execution_status ⇒ "InProgress", ...
Returns the value of attribute execution_status.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#metadata_catalog_details ⇒ ::Array[Types::MetadataCatalogDetail]
Returns the value of attribute metadata_catalog_details.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
Instance Attribute Details
#data_pull_end_time ⇒ ::Time
Returns the value of attribute data_pull_end_time.
617 618 619 |
# File 'sig/types.rbs', line 617 def data_pull_end_time @data_pull_end_time end |
#data_pull_start_time ⇒ ::Time
Returns the value of attribute data_pull_start_time.
616 617 618 |
# File 'sig/types.rbs', line 616 def data_pull_start_time @data_pull_start_time end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
611 612 613 |
# File 'sig/types.rbs', line 611 def execution_id @execution_id end |
#execution_result ⇒ Types::ExecutionResult
Returns the value of attribute execution_result.
613 614 615 |
# File 'sig/types.rbs', line 613 def execution_result @execution_result end |
#execution_status ⇒ "InProgress", ...
Returns the value of attribute execution_status.
612 613 614 |
# File 'sig/types.rbs', line 612 def execution_status @execution_status end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
615 616 617 |
# File 'sig/types.rbs', line 615 def last_updated_at @last_updated_at end |
#metadata_catalog_details ⇒ ::Array[Types::MetadataCatalogDetail]
Returns the value of attribute metadata_catalog_details.
618 619 620 |
# File 'sig/types.rbs', line 618 def @metadata_catalog_details end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
614 615 616 |
# File 'sig/types.rbs', line 614 def started_at @started_at end |