Class: Aws::Types::DescribeFlowResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFlowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_flow_config_list ⇒ ::Array[Types::DestinationFlowConfig]
Returns the value of attribute destination_flow_config_list.
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
-
#flow_status ⇒ "Active", ...
Returns the value of attribute flow_status.
-
#flow_status_message ⇒ ::String
Returns the value of attribute flow_status_message.
-
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
-
#last_run_execution_details ⇒ Types::ExecutionDetails
Returns the value of attribute last_run_execution_details.
-
#last_run_metadata_catalog_details ⇒ ::Array[Types::MetadataCatalogDetail]
Returns the value of attribute last_run_metadata_catalog_details.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#metadata_catalog_config ⇒ Types::MetadataCatalogConfig
Returns the value of attribute metadata_catalog_config.
-
#schema_version ⇒ ::Integer
Returns the value of attribute schema_version.
-
#source_flow_config ⇒ Types::SourceFlowConfig
Returns the value of attribute source_flow_config.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tasks ⇒ ::Array[Types::Task]
Returns the value of attribute tasks.
-
#trigger_config ⇒ Types::TriggerConfig
Returns the value of attribute trigger_config.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
517 518 519 |
# File 'sig/types.rbs', line 517 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
519 520 521 |
# File 'sig/types.rbs', line 519 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
507 508 509 |
# File 'sig/types.rbs', line 507 def description @description end |
#destination_flow_config_list ⇒ ::Array[Types::DestinationFlowConfig]
Returns the value of attribute destination_flow_config_list.
513 514 515 |
# File 'sig/types.rbs', line 513 def destination_flow_config_list @destination_flow_config_list end |
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
506 507 508 |
# File 'sig/types.rbs', line 506 def flow_arn @flow_arn end |
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
508 509 510 |
# File 'sig/types.rbs', line 508 def flow_name @flow_name end |
#flow_status ⇒ "Active", ...
Returns the value of attribute flow_status.
510 511 512 |
# File 'sig/types.rbs', line 510 def flow_status @flow_status end |
#flow_status_message ⇒ ::String
Returns the value of attribute flow_status_message.
511 512 513 |
# File 'sig/types.rbs', line 511 def @flow_status_message end |
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
509 510 511 |
# File 'sig/types.rbs', line 509 def kms_arn @kms_arn end |
#last_run_execution_details ⇒ Types::ExecutionDetails
Returns the value of attribute last_run_execution_details.
514 515 516 |
# File 'sig/types.rbs', line 514 def last_run_execution_details @last_run_execution_details end |
#last_run_metadata_catalog_details ⇒ ::Array[Types::MetadataCatalogDetail]
Returns the value of attribute last_run_metadata_catalog_details.
523 524 525 |
# File 'sig/types.rbs', line 523 def @last_run_metadata_catalog_details end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
518 519 520 |
# File 'sig/types.rbs', line 518 def last_updated_at @last_updated_at end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
520 521 522 |
# File 'sig/types.rbs', line 520 def last_updated_by @last_updated_by end |
#metadata_catalog_config ⇒ Types::MetadataCatalogConfig
Returns the value of attribute metadata_catalog_config.
522 523 524 |
# File 'sig/types.rbs', line 522 def @metadata_catalog_config end |
#schema_version ⇒ ::Integer
Returns the value of attribute schema_version.
524 525 526 |
# File 'sig/types.rbs', line 524 def schema_version @schema_version end |
#source_flow_config ⇒ Types::SourceFlowConfig
Returns the value of attribute source_flow_config.
512 513 514 |
# File 'sig/types.rbs', line 512 def source_flow_config @source_flow_config end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
521 522 523 |
# File 'sig/types.rbs', line 521 def @tags end |
#tasks ⇒ ::Array[Types::Task]
Returns the value of attribute tasks.
516 517 518 |
# File 'sig/types.rbs', line 516 def tasks @tasks end |
#trigger_config ⇒ Types::TriggerConfig
Returns the value of attribute trigger_config.
515 516 517 |
# File 'sig/types.rbs', line 515 def trigger_config @trigger_config end |