Module: Aws::Appflow::Client::_DescribeFlowResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeFlowResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


224
# File 'sig/client.rbs', line 224

def created_at: () -> ::Time

#created_by::String

Returns:

  • (::String)


226
# File 'sig/client.rbs', line 226

def created_by: () -> ::String

#description::String

Returns:

  • (::String)


214
# File 'sig/client.rbs', line 214

def description: () -> ::String

#destination_flow_config_list::Array[Types::DestinationFlowConfig]

Returns:



220
# File 'sig/client.rbs', line 220

def destination_flow_config_list: () -> ::Array[Types::DestinationFlowConfig]

#flow_arn::String

Returns:

  • (::String)


213
# File 'sig/client.rbs', line 213

def flow_arn: () -> ::String

#flow_name::String

Returns:

  • (::String)


215
# File 'sig/client.rbs', line 215

def flow_name: () -> ::String

#flow_status"Active", ...

Returns:

  • ("Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended")


217
# File 'sig/client.rbs', line 217

def flow_status: () -> ("Active" | "Deprecated" | "Deleted" | "Draft" | "Errored" | "Suspended")

#flow_status_message::String

Returns:

  • (::String)


218
# File 'sig/client.rbs', line 218

def flow_status_message: () -> ::String

#kms_arn::String

Returns:

  • (::String)


216
# File 'sig/client.rbs', line 216

def kms_arn: () -> ::String

#last_run_execution_detailsTypes::ExecutionDetails



221
# File 'sig/client.rbs', line 221

def last_run_execution_details: () -> Types::ExecutionDetails

#last_run_metadata_catalog_details::Array[Types::MetadataCatalogDetail]

Returns:



230
# File 'sig/client.rbs', line 230

def last_run_metadata_catalog_details: () -> ::Array[Types::MetadataCatalogDetail]

#last_updated_at::Time

Returns:

  • (::Time)


225
# File 'sig/client.rbs', line 225

def last_updated_at: () -> ::Time

#last_updated_by::String

Returns:

  • (::String)


227
# File 'sig/client.rbs', line 227

def last_updated_by: () -> ::String

#metadata_catalog_configTypes::MetadataCatalogConfig



229
# File 'sig/client.rbs', line 229

def metadata_catalog_config: () -> Types::MetadataCatalogConfig

#schema_version::Integer

Returns:

  • (::Integer)


231
# File 'sig/client.rbs', line 231

def schema_version: () -> ::Integer

#source_flow_configTypes::SourceFlowConfig



219
# File 'sig/client.rbs', line 219

def source_flow_config: () -> Types::SourceFlowConfig

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


228
# File 'sig/client.rbs', line 228

def tags: () -> ::Hash[::String, ::String]

#tasks::Array[Types::Task]

Returns:



223
# File 'sig/client.rbs', line 223

def tasks: () -> ::Array[Types::Task]

#trigger_configTypes::TriggerConfig



222
# File 'sig/client.rbs', line 222

def trigger_config: () -> Types::TriggerConfig