Class: Aws::Types::DeleteTestCaseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2452
2453
2454
# File 'sig/types.rbs', line 2452

def instance_id
  @instance_id
end

#test_case_id::String

Returns the value of attribute test_case_id.

Returns:

  • (::String)


2453
2454
2455
# File 'sig/types.rbs', line 2453

def test_case_id
  @test_case_id
end