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)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def description
  @description
end

#entry_pointTypes::TestCaseEntryPoint

Returns the value of attribute entry_point.



1789
1790
1791
# File 'sig/types.rbs', line 1789

def entry_point
  @entry_point
end

#initialization_data::String

Returns the value of attribute initialization_data.

Returns:

  • (::String)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def initialization_data
  @initialization_data
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def instance_id
  @instance_id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1794
1795
1796
# File 'sig/types.rbs', line 1794

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


1791
1792
1793
# File 'sig/types.rbs', line 1791

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1793
1794
1795
# File 'sig/types.rbs', line 1793

def tags
  @tags
end

#test_case_id::String

Returns the value of attribute test_case_id.

Returns:

  • (::String)


1792
1793
1794
# File 'sig/types.rbs', line 1792

def test_case_id
  @test_case_id
end