Class: Aws::Types::DescribeTestCaseRequest

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)


2801
2802
2803
# File 'sig/types.rbs', line 2801

def instance_id
  @instance_id
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


2803
2804
2805
# File 'sig/types.rbs', line 2803

def status
  @status
end

#test_case_id::String

Returns the value of attribute test_case_id.

Returns:

  • (::String)


2802
2803
2804
# File 'sig/types.rbs', line 2802

def test_case_id
  @test_case_id
end