Class: Aws::BedrockRuntime::Types::ListAsyncInvokesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#async_invoke_summariesArray<Types::AsyncInvokeSummary>

A list of invocation summaries.

Returns:



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_tokenString

Specify the pagination token from a previous request to retrieve the next page of results.

Returns:

  • (String)


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