Class: Aws::Types::StartAutomatedReasoningPolicyTestWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAutomatedReasoningPolicyTestWorkflowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#test_case_ids ⇒ ::Array[::String]
Returns the value of attribute test_case_ids.
Instance Attribute Details
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
3448 3449 3450 |
# File 'sig/types.rbs', line 3448 def build_workflow_id @build_workflow_id end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
3450 3451 3452 |
# File 'sig/types.rbs', line 3450 def client_request_token @client_request_token end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
3447 3448 3449 |
# File 'sig/types.rbs', line 3447 def policy_arn @policy_arn end |
#test_case_ids ⇒ ::Array[::String]
Returns the value of attribute test_case_ids.
3449 3450 3451 |
# File 'sig/types.rbs', line 3449 def test_case_ids @test_case_ids end |