Class: Aws::Types::TestCase

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_nano_seconds::Integer

Returns the value of attribute duration_in_nano_seconds.

Returns:

  • (::Integer)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def duration_in_nano_seconds
  @duration_in_nano_seconds
end

#expired::Time

Returns the value of attribute expired.

Returns:

  • (::Time)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def expired
  @expired
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1401
1402
1403
# File 'sig/types.rbs', line 1401

def message
  @message
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def name
  @name
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def prefix
  @prefix
end

#report_arn::String

Returns the value of attribute report_arn.

Returns:

  • (::String)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def report_arn
  @report_arn
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def status
  @status
end

#test_raw_data_path::String

Returns the value of attribute test_raw_data_path.

Returns:

  • (::String)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def test_raw_data_path
  @test_raw_data_path
end

#test_suite_name::String

Returns the value of attribute test_suite_name.

Returns:

  • (::String)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def test_suite_name
  @test_suite_name
end