Class: Aws::Types::ListTestSourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTestSourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#test_id ⇒ ::String
Returns the value of attribute test_id.
-
#type ⇒ "SUCCESS_CRITERIA", "OBSERVABILITY"
Returns the value of attribute type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
943 944 945 |
# File 'sig/types.rbs', line 943 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
944 945 946 |
# File 'sig/types.rbs', line 944 def next_token @next_token end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
941 942 943 |
# File 'sig/types.rbs', line 941 def service_arn @service_arn end |
#test_id ⇒ ::String
Returns the value of attribute test_id.
940 941 942 |
# File 'sig/types.rbs', line 940 def test_id @test_id end |
#type ⇒ "SUCCESS_CRITERIA", "OBSERVABILITY"
Returns the value of attribute type.
942 943 944 |
# File 'sig/types.rbs', line 942 def type @type end |