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)


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

def arn
  @arn
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


8435
8436
8437
# File 'sig/types.rbs', line 8435

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8438
8439
8440
# File 'sig/types.rbs', line 8438

def description
  @description
end

#entry_pointTypes::TestCaseEntryPoint

Returns the value of attribute entry_point.



8436
8437
8438
# File 'sig/types.rbs', line 8436

def entry_point
  @entry_point
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#initialization_data::String

Returns the value of attribute initialization_data.

Returns:

  • (::String)


8437
8438
8439
# File 'sig/types.rbs', line 8437

def initialization_data
  @initialization_data
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


8441
8442
8443
# File 'sig/types.rbs', line 8441

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8440
8441
8442
# File 'sig/types.rbs', line 8440

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8434
8435
8436
# File 'sig/types.rbs', line 8434

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


8439
8440
8441
# File 'sig/types.rbs', line 8439

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


8442
8443
8444
# File 'sig/types.rbs', line 8442

def tags
  @tags
end

#test_case_sha_256::String

Returns the value of attribute test_case_sha_256.

Returns:

  • (::String)


8443
8444
8445
# File 'sig/types.rbs', line 8443

def test_case_sha_256
  @test_case_sha_256
end