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.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def description @description end |
#entry_point ⇒ Types::TestCaseEntryPoint
Returns the value of attribute entry_point.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def entry_point @entry_point end |
#initialization_data ⇒ ::String
Returns the value of attribute initialization_data.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def initialization_data @initialization_data end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def instance_id @instance_id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def @tags end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def test_case_id @test_case_id end |