Class: Aws::Types::DeleteAutomatedReasoningPolicyTestCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAutomatedReasoningPolicyTestCaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
Instance Attribute Details
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def last_updated_at @last_updated_at end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def policy_arn @policy_arn end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def test_case_id @test_case_id end |