Class: Aws::Types::GetAutomatedReasoningPolicyTestCaseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1793
1794
1795
# File 'sig/types.rbs', line 1793

def policy_arn
  @policy_arn
end

#test_case_id::String

Returns the value of attribute test_case_id.

Returns:

  • (::String)


1794
1795
1796
# File 'sig/types.rbs', line 1794

def test_case_id
  @test_case_id
end