Class: Aws::Types::StartAutomatedReasoningPolicyTestWorkflowRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#build_workflow_id::String

Returns the value of attribute build_workflow_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


3449
3450
3451
# File 'sig/types.rbs', line 3449

def test_case_ids
  @test_case_ids
end