Class: Aws::Types::GetAutomatedReasoningPolicyTestCaseResponse

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)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def policy_arn
  @policy_arn
end

#test_caseTypes::AutomatedReasoningPolicyTestCase

Returns the value of attribute test_case.



1800
1801
1802
# File 'sig/types.rbs', line 1800

def test_case
  @test_case
end