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.
9184 9185 9186 |
# File 'sig/types.rbs', line 9184 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
9188 9189 9190 |
# File 'sig/types.rbs', line 9188 def description @description end |
#entry_point ⇒ Types::TestCaseEntryPoint
Returns the value of attribute entry_point.
9185 9186 9187 |
# File 'sig/types.rbs', line 9185 def entry_point @entry_point end |
#initialization_data ⇒ ::String
Returns the value of attribute initialization_data.
9186 9187 9188 |
# File 'sig/types.rbs', line 9186 def initialization_data @initialization_data end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9182 9183 9184 |
# File 'sig/types.rbs', line 9182 def instance_id @instance_id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
9191 9192 9193 |
# File 'sig/types.rbs', line 9191 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9190 9191 9192 |
# File 'sig/types.rbs', line 9190 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
9187 9188 9189 |
# File 'sig/types.rbs', line 9187 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
9189 9190 9191 |
# File 'sig/types.rbs', line 9189 def status @status end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
9183 9184 9185 |
# File 'sig/types.rbs', line 9183 def test_case_id @test_case_id end |