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.
8303 8304 8305 |
# File 'sig/types.rbs', line 8303 def arn @arn end |
#content ⇒ ::String
Returns the value of attribute content.
8306 8307 8308 |
# File 'sig/types.rbs', line 8306 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
8309 8310 8311 |
# File 'sig/types.rbs', line 8309 def description @description end |
#entry_point ⇒ Types::TestCaseEntryPoint
Returns the value of attribute entry_point.
8307 8308 8309 |
# File 'sig/types.rbs', line 8307 def entry_point @entry_point end |
#id ⇒ ::String
Returns the value of attribute id.
8304 8305 8306 |
# File 'sig/types.rbs', line 8304 def id @id end |
#initialization_data ⇒ ::String
Returns the value of attribute initialization_data.
8308 8309 8310 |
# File 'sig/types.rbs', line 8308 def initialization_data @initialization_data end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
8312 8313 8314 |
# File 'sig/types.rbs', line 8312 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8311 8312 8313 |
# File 'sig/types.rbs', line 8311 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
8305 8306 8307 |
# File 'sig/types.rbs', line 8305 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
8310 8311 8312 |
# File 'sig/types.rbs', line 8310 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
8313 8314 8315 |
# File 'sig/types.rbs', line 8313 def @tags end |
#test_case_sha_256 ⇒ ::String
Returns the value of attribute test_case_sha_256.
8314 8315 8316 |
# File 'sig/types.rbs', line 8314 def test_case_sha_256 @test_case_sha_256 end |