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)


9146
9147
9148
# File 'sig/types.rbs', line 9146

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9150
9151
9152
# File 'sig/types.rbs', line 9150

def description
  @description
end

#entry_pointTypes::TestCaseEntryPoint

Returns the value of attribute entry_point.



9147
9148
9149
# File 'sig/types.rbs', line 9147

def entry_point
  @entry_point
end

#initialization_data::String

Returns the value of attribute initialization_data.

Returns:

  • (::String)


9148
9149
9150
# File 'sig/types.rbs', line 9148

def initialization_data
  @initialization_data
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9144
9145
9146
# File 'sig/types.rbs', line 9144

def instance_id
  @instance_id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


9153
9154
9155
# File 'sig/types.rbs', line 9153

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9152
9153
9154
# File 'sig/types.rbs', line 9152

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9149
9150
9151
# File 'sig/types.rbs', line 9149

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


9151
9152
9153
# File 'sig/types.rbs', line 9151

def status
  @status
end

#test_case_id::String

Returns the value of attribute test_case_id.

Returns:

  • (::String)


9145
9146
9147
# File 'sig/types.rbs', line 9145

def test_case_id
  @test_case_id
end