Class: Aws::MWAAServerless::Types::UpdateWorkflowResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modified_atTime

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

Returns:

  • (Time)


1325
1326
1327
1328
1329
1330
1331
1332
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 1325

class UpdateWorkflowResponse < Struct.new(
  :workflow_arn,
  :modified_at,
  :workflow_version,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#warningsArray<String>

Warning messages generated during workflow update.

Returns:

  • (Array<String>)


1325
1326
1327
1328
1329
1330
1331
1332
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 1325

class UpdateWorkflowResponse < Struct.new(
  :workflow_arn,
  :modified_at,
  :workflow_version,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_arnString

The Amazon Resource Name (ARN) of the updated workflow.

Returns:

  • (String)


1325
1326
1327
1328
1329
1330
1331
1332
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 1325

class UpdateWorkflowResponse < Struct.new(
  :workflow_arn,
  :modified_at,
  :workflow_version,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_versionString

The version identifier of the updated workflow.

Returns:

  • (String)


1325
1326
1327
1328
1329
1330
1331
1332
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 1325

class UpdateWorkflowResponse < Struct.new(
  :workflow_arn,
  :modified_at,
  :workflow_version,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end