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.
8530 8531 8532 |
# File 'sig/types.rbs', line 8530 def arn @arn end |
#content ⇒ ::String
Returns the value of attribute content.
8533 8534 8535 |
# File 'sig/types.rbs', line 8533 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
8536 8537 8538 |
# File 'sig/types.rbs', line 8536 def description @description end |
#entry_point ⇒ Types::TestCaseEntryPoint
Returns the value of attribute entry_point.
8534 8535 8536 |
# File 'sig/types.rbs', line 8534 def entry_point @entry_point end |
#id ⇒ ::String
Returns the value of attribute id.
8531 8532 8533 |
# File 'sig/types.rbs', line 8531 def id @id end |
#initialization_data ⇒ ::String
Returns the value of attribute initialization_data.
8535 8536 8537 |
# File 'sig/types.rbs', line 8535 def initialization_data @initialization_data end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
8539 8540 8541 |
# File 'sig/types.rbs', line 8539 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8538 8539 8540 |
# File 'sig/types.rbs', line 8538 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
8532 8533 8534 |
# File 'sig/types.rbs', line 8532 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
8537 8538 8539 |
# File 'sig/types.rbs', line 8537 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
8540 8541 8542 |
# File 'sig/types.rbs', line 8540 def end |
#test_case_sha_256 ⇒ ::String
Returns the value of attribute test_case_sha_256.
8541 8542 8543 |
# File 'sig/types.rbs', line 8541 def test_case_sha_256 @test_case_sha_256 end |