Method: Aws::EntityResolution::Types::GetMatchingWorkflowOutput#created_at

Defined in:
lib/aws-sdk-entityresolution/types.rb

#created_atTime

The timestamp of when the workflow was created.

Returns:

  • (Time)


1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
# File 'lib/aws-sdk-entityresolution/types.rb', line 1295

class GetMatchingWorkflowOutput < Struct.new(
  :workflow_name,
  :workflow_arn,
  :description,
  :input_source_config,
  :output_source_config,
  :resolution_techniques,
  :created_at,
  :updated_at,
  :incremental_run_config,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end