Class: Aws::BedrockAgentRuntime::Types::GetInvocationStepResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GetInvocationStepResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invocation_step ⇒ Types::InvocationStep
The complete details of the requested invocation step.
Instance Attribute Details
#invocation_step ⇒ Types::InvocationStep
The complete details of the requested invocation step.
4122 4123 4124 4125 4126 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4122 class GetInvocationStepResponse < Struct.new( :invocation_step) SENSITIVE = [] include Aws::Structure end |