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.



9198
9199
9200
9201
9202
9203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 9198

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)


9198
9199
9200
9201
9202
9203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 9198

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