Module: Aws::Appflow::Client::_DescribeFlowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeFlowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #destination_flow_config_list ⇒ ::Array[Types::DestinationFlowConfig]
- #flow_arn ⇒ ::String
- #flow_name ⇒ ::String
- #flow_status ⇒ "Active", ...
- #flow_status_message ⇒ ::String
- #kms_arn ⇒ ::String
- #last_run_execution_details ⇒ Types::ExecutionDetails
- #last_run_metadata_catalog_details ⇒ ::Array[Types::MetadataCatalogDetail]
- #last_updated_at ⇒ ::Time
- #last_updated_by ⇒ ::String
- #metadata_catalog_config ⇒ Types::MetadataCatalogConfig
- #schema_version ⇒ ::Integer
- #source_flow_config ⇒ Types::SourceFlowConfig
- #tags ⇒ ::Hash[::String, ::String]
- #tasks ⇒ ::Array[Types::Task]
- #trigger_config ⇒ Types::TriggerConfig
Instance Method Details
#created_at ⇒ ::Time
224 |
# File 'sig/client.rbs', line 224 def created_at: () -> ::Time |
#created_by ⇒ ::String
226 |
# File 'sig/client.rbs', line 226 def created_by: () -> ::String |
#description ⇒ ::String
214 |
# File 'sig/client.rbs', line 214 def description: () -> ::String |
#destination_flow_config_list ⇒ ::Array[Types::DestinationFlowConfig]
220 |
# File 'sig/client.rbs', line 220 def destination_flow_config_list: () -> ::Array[Types::DestinationFlowConfig] |
#flow_arn ⇒ ::String
213 |
# File 'sig/client.rbs', line 213 def flow_arn: () -> ::String |
#flow_name ⇒ ::String
215 |
# File 'sig/client.rbs', line 215 def flow_name: () -> ::String |
#flow_status ⇒ "Active", ...
217 |
# File 'sig/client.rbs', line 217 def flow_status: () -> ("Active" | "Deprecated" | "Deleted" | "Draft" | "Errored" | "Suspended") |
#flow_status_message ⇒ ::String
218 |
# File 'sig/client.rbs', line 218 def flow_status_message: () -> ::String |
#kms_arn ⇒ ::String
216 |
# File 'sig/client.rbs', line 216 def kms_arn: () -> ::String |
#last_run_execution_details ⇒ Types::ExecutionDetails
221 |
# File 'sig/client.rbs', line 221 def last_run_execution_details: () -> Types::ExecutionDetails |
#last_run_metadata_catalog_details ⇒ ::Array[Types::MetadataCatalogDetail]
230 |
# File 'sig/client.rbs', line 230 def last_run_metadata_catalog_details: () -> ::Array[Types::MetadataCatalogDetail] |
#last_updated_at ⇒ ::Time
225 |
# File 'sig/client.rbs', line 225 def last_updated_at: () -> ::Time |
#last_updated_by ⇒ ::String
227 |
# File 'sig/client.rbs', line 227 def last_updated_by: () -> ::String |
#metadata_catalog_config ⇒ Types::MetadataCatalogConfig
229 |
# File 'sig/client.rbs', line 229 def metadata_catalog_config: () -> Types::MetadataCatalogConfig |
#schema_version ⇒ ::Integer
231 |
# File 'sig/client.rbs', line 231 def schema_version: () -> ::Integer |
#source_flow_config ⇒ Types::SourceFlowConfig
219 |
# File 'sig/client.rbs', line 219 def source_flow_config: () -> Types::SourceFlowConfig |
#tags ⇒ ::Hash[::String, ::String]
228 |
# File 'sig/client.rbs', line 228 def tags: () -> ::Hash[::String, ::String] |
#tasks ⇒ ::Array[Types::Task]
223 |
# File 'sig/client.rbs', line 223 def tasks: () -> ::Array[Types::Task] |
#trigger_config ⇒ Types::TriggerConfig
222 |
# File 'sig/client.rbs', line 222 def trigger_config: () -> Types::TriggerConfig |