Class: Aws::Types::UpdateTestCaseRequest

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)


8814
8815
8816
# File 'sig/types.rbs', line 8814

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8818
8819
8820
# File 'sig/types.rbs', line 8818

def description
  @description
end

#entry_pointTypes::TestCaseEntryPoint

Returns the value of attribute entry_point.



8815
8816
8817
# File 'sig/types.rbs', line 8815

def entry_point
  @entry_point
end

#initialization_data::String

Returns the value of attribute initialization_data.

Returns:

  • (::String)


8816
8817
8818
# File 'sig/types.rbs', line 8816

def initialization_data
  @initialization_data
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8812
8813
8814
# File 'sig/types.rbs', line 8812

def instance_id
  @instance_id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


8821
8822
8823
# File 'sig/types.rbs', line 8821

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8820
8821
8822
# File 'sig/types.rbs', line 8820

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8817
8818
8819
# File 'sig/types.rbs', line 8817

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


8819
8820
8821
# File 'sig/types.rbs', line 8819

def status
  @status
end

#test_case_id::String

Returns the value of attribute test_case_id.

Returns:

  • (::String)


8813
8814
8815
# File 'sig/types.rbs', line 8813

def test_case_id
  @test_case_id
end