Class: Aws::Types::CreateTestCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTestCaseRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def description @description end |
#entry_point ⇒ Types::TestCaseEntryPoint
Returns the value of attribute entry_point.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def entry_point @entry_point end |
#initialization_data ⇒ ::String
Returns the value of attribute initialization_data.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def initialization_data @initialization_data end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def instance_id @instance_id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def @tags end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def test_case_id @test_case_id end |