Class: Aws::NovaAct::Types::CreateSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::CreateSessionRequest
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#workflow_definition_name ⇒ String
The name of the workflow definition containing the workflow run.
-
#workflow_run_id ⇒ String
The unique identifier of the workflow run to create the session in.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
311 312 313 314 315 316 317 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 311 class CreateSessionRequest < Struct.new( :workflow_definition_name, :workflow_run_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#workflow_definition_name ⇒ String
The name of the workflow definition containing the workflow run.
311 312 313 314 315 316 317 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 311 class CreateSessionRequest < Struct.new( :workflow_definition_name, :workflow_run_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#workflow_run_id ⇒ String
The unique identifier of the workflow run to create the session in.
311 312 313 314 315 316 317 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 311 class CreateSessionRequest < Struct.new( :workflow_definition_name, :workflow_run_id, :client_token) SENSITIVE = [] include Aws::Structure end |