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.
3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3195 class GetInvocationStepResponse < Struct.new( :invocation_step) SENSITIVE = [] include Aws::Structure end |