Class: Aws::BedrockRuntime::Types::ListAsyncInvokesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ListAsyncInvokesResponse
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#async_invoke_summaries ⇒ Array<Types::AsyncInvokeSummary>
A list of invocation summaries.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#async_invoke_summaries ⇒ Array<Types::AsyncInvokeSummary>
A list of invocation summaries.
4109 4110 4111 4112 4113 4114 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4109 class ListAsyncInvokesResponse < Struct.new( :next_token, :async_invoke_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
4109 4110 4111 4112 4113 4114 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4109 class ListAsyncInvokesResponse < Struct.new( :next_token, :async_invoke_summaries) SENSITIVE = [] include Aws::Structure end |