Class: Aws::Types::ListTestSourcesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


893
894
895
# File 'sig/types.rbs', line 893

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


894
895
896
# File 'sig/types.rbs', line 894

def next_token
  @next_token
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def service_arn
  @service_arn
end

#test_id::String

Returns the value of attribute test_id.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def test_id
  @test_id
end

#type"SUCCESS_CRITERIA", "OBSERVABILITY"

Returns the value of attribute type.

Returns:

  • ("SUCCESS_CRITERIA", "OBSERVABILITY")


892
893
894
# File 'sig/types.rbs', line 892

def type
  @type
end