Class: Aws::Types::UpdateTestCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTestCaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#initialization_data ⇒ ::String
Returns the value of attribute initialization_data.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#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.
-
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
9285 9286 9287 |
# File 'sig/types.rbs', line 9285 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
9289 9290 9291 |
# File 'sig/types.rbs', line 9289 def description @description end |
#entry_point ⇒ Types::TestCaseEntryPoint
Returns the value of attribute entry_point.
9286 9287 9288 |
# File 'sig/types.rbs', line 9286 def entry_point @entry_point end |
#initialization_data ⇒ ::String
Returns the value of attribute initialization_data.
9287 9288 9289 |
# File 'sig/types.rbs', line 9287 def initialization_data @initialization_data end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9283 9284 9285 |
# File 'sig/types.rbs', line 9283 def instance_id @instance_id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
9292 9293 9294 |
# File 'sig/types.rbs', line 9292 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9291 9292 9293 |
# File 'sig/types.rbs', line 9291 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
9288 9289 9290 |
# File 'sig/types.rbs', line 9288 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
9290 9291 9292 |
# File 'sig/types.rbs', line 9290 def status @status end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
9284 9285 9286 |
# File 'sig/types.rbs', line 9284 def test_case_id @test_case_id end |