Class: Aws::NovaAct::Types::UpdateActRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#act_idString

The unique identifier of the act to update.

Returns:

  • (String)


1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1154

class UpdateActRequest < Struct.new(
  :workflow_definition_name,
  :workflow_run_id,
  :session_id,
  :act_id,
  :status,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::ActError

Error information to associate with the act, if applicable.

Returns:



1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1154

class UpdateActRequest < Struct.new(
  :workflow_definition_name,
  :workflow_run_id,
  :session_id,
  :act_id,
  :status,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The unique identifier of the session containing the act.

Returns:

  • (String)


1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1154

class UpdateActRequest < Struct.new(
  :workflow_definition_name,
  :workflow_run_id,
  :session_id,
  :act_id,
  :status,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The new status to set for the act.

Returns:

  • (String)


1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1154

class UpdateActRequest < Struct.new(
  :workflow_definition_name,
  :workflow_run_id,
  :session_id,
  :act_id,
  :status,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_definition_nameString

The name of the workflow definition containing the act.

Returns:

  • (String)


1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1154

class UpdateActRequest < Struct.new(
  :workflow_definition_name,
  :workflow_run_id,
  :session_id,
  :act_id,
  :status,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_run_idString

The unique identifier of the workflow run containing the act.

Returns:

  • (String)


1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1154

class UpdateActRequest < Struct.new(
  :workflow_definition_name,
  :workflow_run_id,
  :session_id,
  :act_id,
  :status,
  :error)
  SENSITIVE = []
  include Aws::Structure
end