Class: Aws::MWAAServerless::Types::CreateWorkflowResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the workflow was created, in ISO 8601 date-time format.

Returns:

  • (Time)


208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 208

class CreateWorkflowResponse < Struct.new(
  :workflow_arn,
  :created_at,
  :revision_id,
  :workflow_status,
  :workflow_version,
  :is_latest_version,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#is_latest_versionBoolean

A Boolean flag that indicates whether this workflow version is the latest version of the workflow.

Returns:

  • (Boolean)


208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 208

class CreateWorkflowResponse < Struct.new(
  :workflow_arn,
  :created_at,
  :revision_id,
  :workflow_status,
  :workflow_version,
  :is_latest_version,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

A unique identifier for this revision of the workflow configuration. This ID changes when the workflow is updated and you can use it for optimistic concurrency control in update operations. The revision ID helps prevent conflicting updates and ensures that updates are applied to the expected version of the workflow configuration.

Returns:

  • (String)


208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 208

class CreateWorkflowResponse < Struct.new(
  :workflow_arn,
  :created_at,
  :revision_id,
  :workflow_status,
  :workflow_version,
  :is_latest_version,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#warningsArray<String>

Warning messages generated during workflow creation.

Returns:

  • (Array<String>)


208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 208

class CreateWorkflowResponse < Struct.new(
  :workflow_arn,
  :created_at,
  :revision_id,
  :workflow_status,
  :workflow_version,
  :is_latest_version,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_arnString

The Amazon Resource Name (ARN) of the newly created workflow. This ARN uniquely identifies the workflow resource.

Returns:

  • (String)


208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 208

class CreateWorkflowResponse < Struct.new(
  :workflow_arn,
  :created_at,
  :revision_id,
  :workflow_status,
  :workflow_version,
  :is_latest_version,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_statusString

The current status of the workflow. Possible values are READY (workflow is ready to run) and DELETING (workflow is being deleted).

Returns:

  • (String)


208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 208

class CreateWorkflowResponse < Struct.new(
  :workflow_arn,
  :created_at,
  :revision_id,
  :workflow_status,
  :workflow_version,
  :is_latest_version,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_versionString

The version identifier of the workflow. This is a service-generated alphanumeric string that uniquely identifies this version of the workflow. Amazon Managed Workflows for Apache Airflow Serverless uses a version-first approach where each workflow can have multiple immutable versions, which allows you to maintain different configurations and roll back to previous versions as needed. The version identifier is used in ARNs and API operations to reference specific workflow versions.

Returns:

  • (String)


208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 208

class CreateWorkflowResponse < Struct.new(
  :workflow_arn,
  :created_at,
  :revision_id,
  :workflow_status,
  :workflow_version,
  :is_latest_version,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end