Class: Aws::NovaAct::Types::UpdateActRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::UpdateActRequest
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#act_id ⇒ String
The unique identifier of the act to update.
-
#error ⇒ Types::ActError
Error information to associate with the act, if applicable.
-
#session_id ⇒ String
The unique identifier of the session containing the act.
-
#status ⇒ String
The new status to set for the act.
-
#workflow_definition_name ⇒ String
The name of the workflow definition containing the act.
-
#workflow_run_id ⇒ String
The unique identifier of the workflow run containing the act.
Instance Attribute Details
#act_id ⇒ String
The unique identifier of the act to update.
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 |
#error ⇒ Types::ActError
Error information to associate with the act, if applicable.
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_id ⇒ String
The unique identifier of the session containing the act.
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 |
#status ⇒ String
The new status to set for the act.
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_name ⇒ String
The name of the workflow definition containing the act.
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_id ⇒ String
The unique identifier of the workflow run containing the act.
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 |