Class: Aws::Bedrock::Types::ListAutomatedReasoningPolicyBuildWorkflowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListAutomatedReasoningPolicyBuildWorkflowsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automated_reasoning_policy_build_workflow_summaries ⇒ Array<Types::AutomatedReasoningPolicyBuildWorkflowSummary>
A list of build workflow summaries, each containing key information about a build workflow including its status and timestamps.
-
#next_token ⇒ String
A pagination token to use in subsequent requests to retrieve additional build workflows.
Instance Attribute Details
#automated_reasoning_policy_build_workflow_summaries ⇒ Array<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_token ⇒ String
A pagination token to use in subsequent requests to retrieve additional build workflows.
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 |