Class: Aws::Types::DeleteTestSourcesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def service_arn
  @service_arn
end

#test_id::String

Returns the value of attribute test_id.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def test_id
  @test_id
end

#test_sources::Array[Types::TestSourceInput]

Returns the value of attribute test_sources.

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def test_sources
  @test_sources
end