Class: Aws::Types::DeleteAutomatedReasoningPolicyTestCaseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def test_case_id
  @test_case_id
end