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)


8403
8404
8405
# File 'sig/types.rbs', line 8403

def arn
  @arn
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


8406
8407
8408
# File 'sig/types.rbs', line 8406

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8409
8410
8411
# File 'sig/types.rbs', line 8409

def description
  @description
end

#entry_pointTypes::TestCaseEntryPoint

Returns the value of attribute entry_point.



8407
8408
8409
# File 'sig/types.rbs', line 8407

def entry_point
  @entry_point
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8404
8405
8406
# File 'sig/types.rbs', line 8404

def id
  @id
end

#initialization_data::String

Returns the value of attribute initialization_data.

Returns:

  • (::String)


8408
8409
8410
# File 'sig/types.rbs', line 8408

def initialization_data
  @initialization_data
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


8412
8413
8414
# File 'sig/types.rbs', line 8412

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8411
8412
8413
# File 'sig/types.rbs', line 8411

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8405
8406
8407
# File 'sig/types.rbs', line 8405

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


8410
8411
8412
# File 'sig/types.rbs', line 8410

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


8413
8414
8415
# File 'sig/types.rbs', line 8413

def tags
  @tags
end

#test_case_sha_256::String

Returns the value of attribute test_case_sha_256.

Returns:

  • (::String)


8414
8415
8416
# File 'sig/types.rbs', line 8414

def test_case_sha_256
  @test_case_sha_256
end