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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


8421
8422
8423
# File 'sig/types.rbs', line 8421

def arn
  @arn
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


8424
8425
8426
# File 'sig/types.rbs', line 8424

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8427
8428
8429
# File 'sig/types.rbs', line 8427

def description
  @description
end

#entry_pointTypes::TestCaseEntryPoint

Returns the value of attribute entry_point.



8425
8426
8427
# File 'sig/types.rbs', line 8425

def entry_point
  @entry_point
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8422
8423
8424
# File 'sig/types.rbs', line 8422

def id
  @id
end

#initialization_data::String

Returns the value of attribute initialization_data.

Returns:

  • (::String)


8426
8427
8428
# File 'sig/types.rbs', line 8426

def initialization_data
  @initialization_data
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


8430
8431
8432
# File 'sig/types.rbs', line 8430

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8429
8430
8431
# File 'sig/types.rbs', line 8429

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8423
8424
8425
# File 'sig/types.rbs', line 8423

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


8428
8429
8430
# File 'sig/types.rbs', line 8428

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


8431
8432
8433
# File 'sig/types.rbs', line 8431

def tags
  @tags
end

#test_case_sha_256::String

Returns the value of attribute test_case_sha_256.

Returns:

  • (::String)


8432
8433
8434
# File 'sig/types.rbs', line 8432

def test_case_sha_256
  @test_case_sha_256
end