Class: Aws::Resiliencehubv2::Types::DeleteTestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeleteTestRequest
- 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 delete.
Instance Attribute Details
#service_arn ⇒ String
The ARN of the service the test belongs to.
1056 1057 1058 1059 1060 1061 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1056 class DeleteTestRequest < Struct.new( :test_id, :service_arn) SENSITIVE = [] include Aws::Structure end |
#test_id ⇒ String
The identifier of the test to delete.
1056 1057 1058 1059 1060 1061 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1056 class DeleteTestRequest < Struct.new( :test_id, :service_arn) SENSITIVE = [] include Aws::Structure end |