Class: Aws::Resiliencehubv2::Types::StartTestRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::StartTestRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_arn ⇒ String
The ARN of the service the test belongs to.
-
#test_id ⇒ String
The identifier of the test to run.
Instance Attribute Details
#service_arn ⇒ String
The ARN of the service the test belongs to.
4666 4667 4668 4669 4670 4671 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4666 class StartTestRunRequest < Struct.new( :test_id, :service_arn) SENSITIVE = [] include Aws::Structure end |
#test_id ⇒ String
The identifier of the test to run.
4666 4667 4668 4669 4670 4671 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4666 class StartTestRunRequest < Struct.new( :test_id, :service_arn) SENSITIVE = [] include Aws::Structure end |