Class: Aws::BedrockAgentRuntime::Types::GetInvocationStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GetInvocationStepRequest
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invocation_identifier ⇒ String
The unique identifier for the invocation in UUID format.
-
#invocation_step_id ⇒ String
The unique identifier (in UUID format) for the specific invocation step to retrieve.
-
#session_identifier ⇒ String
The unique identifier for the invocation step's associated session.
Instance Attribute Details
#invocation_identifier ⇒ String
The unique identifier for the invocation in UUID format.
3150 3151 3152 3153 3154 3155 3156 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3150 class GetInvocationStepRequest < Struct.new( :invocation_identifier, :invocation_step_id, :session_identifier) SENSITIVE = [] include Aws::Structure end |
#invocation_step_id ⇒ String
The unique identifier (in UUID format) for the specific invocation step to retrieve.
3150 3151 3152 3153 3154 3155 3156 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3150 class GetInvocationStepRequest < Struct.new( :invocation_identifier, :invocation_step_id, :session_identifier) SENSITIVE = [] include Aws::Structure end |
#session_identifier ⇒ String
The unique identifier for the invocation step's associated session.
You can specify either the session's sessionId
or its Amazon
Resource Name (ARN).
3150 3151 3152 3153 3154 3155 3156 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3150 class GetInvocationStepRequest < Struct.new( :invocation_identifier, :invocation_step_id, :session_identifier) SENSITIVE = [] include Aws::Structure end |