Class: Aws::Types::CreateTestCaseRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1826
1827
1828
# File 'sig/types.rbs', line 1826

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def description
  @description
end

#entry_pointTypes::TestCaseEntryPoint

Returns the value of attribute entry_point.



1827
1828
1829
# File 'sig/types.rbs', line 1827

def entry_point
  @entry_point
end

#initialization_data::String

Returns the value of attribute initialization_data.

Returns:

  • (::String)


1828
1829
1830
# File 'sig/types.rbs', line 1828

def initialization_data
  @initialization_data
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def instance_id
  @instance_id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


1833
1834
1835
# File 'sig/types.rbs', line 1833

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1824
1825
1826
# File 'sig/types.rbs', line 1824

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


1829
1830
1831
# File 'sig/types.rbs', line 1829

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1831
1832
1833
# File 'sig/types.rbs', line 1831

def tags
  @tags
end

#test_case_id::String

Returns the value of attribute test_case_id.

Returns:

  • (::String)


1830
1831
1832
# File 'sig/types.rbs', line 1830

def test_case_id
  @test_case_id
end