Class: Aws::BedrockAgentRuntime::Types::GetInvocationStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GetInvocationStepRequest
- Includes:
- Structure
- Defined in:
- 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.
3181 3182 3183 3184 3185 3186 3187 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3181 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.
3181 3182 3183 3184 3185 3186 3187 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3181 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).
3181 3182 3183 3184 3185 3186 3187 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3181 class GetInvocationStepRequest < Struct.new( :invocation_identifier, :invocation_step_id, :session_identifier) SENSITIVE = [] include Aws::Structure end |