Class: Aws::Bedrock::Types::ListAutomatedReasoningPolicyBuildWorkflowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListAutomatedReasoningPolicyBuildWorkflowsResponse
- Defined in:
- gems/aws-sdk-bedrock/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.
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_token ⇒ String
A pagination token to use in subsequent requests to retrieve additional build workflows.
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 |