Class: Aws::Types::UpdateTestSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


3770
3771
3772
# File 'sig/types.rbs', line 3770

def description
  @description
end

#test_set_id ⇒ ::String

Returns the value of attribute test_set_id.

Returns:

  • (::String)


3768
3769
3770
# File 'sig/types.rbs', line 3768

def test_set_id
  @test_set_id
end

#test_set_name ⇒ ::String

Returns the value of attribute test_set_name.

Returns:

  • (::String)


3769
3770
3771
# File 'sig/types.rbs', line 3769

def test_set_name
  @test_set_name
end