Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyNextScenarioRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetAutomatedReasoningPolicyNextScenarioRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#build_workflow_id ⇒ String
The unique identifier of the build workflow associated with the test scenarios.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy for which you want to get the next test scenario.
Instance Attribute Details
#build_workflow_id ⇒ String
The unique identifier of the build workflow associated with the test scenarios.
5191 5192 5193 5194 5195 5196 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5191 class GetAutomatedReasoningPolicyNextScenarioRequest < Struct.new( :policy_arn, :build_workflow_id) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy for which you want to get the next test scenario.
5191 5192 5193 5194 5195 5196 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5191 class GetAutomatedReasoningPolicyNextScenarioRequest < Struct.new( :policy_arn, :build_workflow_id) SENSITIVE = [] include Aws::Structure end |