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)


9164
9165
9166
# File 'sig/types.rbs', line 9164

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9168
9169
9170
# File 'sig/types.rbs', line 9168

def description
  @description
end

#entry_pointTypes::TestCaseEntryPoint

Returns the value of attribute entry_point.



9165
9166
9167
# File 'sig/types.rbs', line 9165

def entry_point
  @entry_point
end

#initialization_data::String

Returns the value of attribute initialization_data.

Returns:

  • (::String)


9166
9167
9168
# File 'sig/types.rbs', line 9166

def initialization_data
  @initialization_data
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9162
9163
9164
# File 'sig/types.rbs', line 9162

def instance_id
  @instance_id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


9171
9172
9173
# File 'sig/types.rbs', line 9171

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9170
9171
9172
# File 'sig/types.rbs', line 9170

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9167
9168
9169
# File 'sig/types.rbs', line 9167

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


9169
9170
9171
# File 'sig/types.rbs', line 9169

def status
  @status
end

#test_case_id::String

Returns the value of attribute test_case_id.

Returns:

  • (::String)


9163
9164
9165
# File 'sig/types.rbs', line 9163

def test_case_id
  @test_case_id
end