Class: Aws::Types::TestCase
- Inherits:
-
Object
- Object
- Aws::Types::TestCase
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#entry_point ⇒ Types::TestCaseEntryPoint
Returns the value of attribute entry_point.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#initialization_data ⇒ ::String
Returns the value of attribute initialization_data.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#test_case_sha_256 ⇒ ::String
Returns the value of attribute test_case_sha_256.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
8432 8433 8434 |
# File 'sig/types.rbs', line 8432 def arn @arn end |
#content ⇒ ::String
Returns the value of attribute content.
8435 8436 8437 |
# File 'sig/types.rbs', line 8435 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
8438 8439 8440 |
# File 'sig/types.rbs', line 8438 def description @description end |
#entry_point ⇒ Types::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.
8433 8434 8435 |
# File 'sig/types.rbs', line 8433 def id @id end |
#initialization_data ⇒ ::String
Returns the value of attribute initialization_data.
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.
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.
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.
8434 8435 8436 |
# File 'sig/types.rbs', line 8434 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
8439 8440 8441 |
# File 'sig/types.rbs', line 8439 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
8442 8443 8444 |
# File 'sig/types.rbs', line 8442 def @tags end |
#test_case_sha_256 ⇒ ::String
Returns the value of attribute test_case_sha_256.
8443 8444 8445 |
# File 'sig/types.rbs', line 8443 def test_case_sha_256 @test_case_sha_256 end |