Class: Aws::Bedrock::Types::ListAutomatedReasoningPolicyBuildWorkflowsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automated_reasoning_policy_build_workflow_summariesArray<Types::AutomatedReasoningPolicyBuildWorkflowSummary>

A list of build workflow summaries, each containing key information about a build workflow including its status and timestamps.



10235
10236
10237
10238
10239
10240
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10235

class ListAutomatedReasoningPolicyBuildWorkflowsResponse < Struct.new(
  :automated_reasoning_policy_build_workflow_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token to use in subsequent requests to retrieve additional build workflows.

Returns:

  • (String)


10235
10236
10237
10238
10239
10240
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10235

class ListAutomatedReasoningPolicyBuildWorkflowsResponse < Struct.new(
  :automated_reasoning_policy_build_workflow_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end