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.
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.
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.
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.
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.
892 893 894 |
# File 'sig/types.rbs', line 892 def type @type end |