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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



8926
8927
8928
8929
8930
8931
# File 'lib/aws-sdk-bedrock/types.rb', line 8926

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)


8926
8927
8928
8929
8930
8931
# File 'lib/aws-sdk-bedrock/types.rb', line 8926

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