Class: Aws::Resiliencehubv2::Types::PutTestSourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::PutTestSourcesRequest
- Defined in:
- gems/aws-sdk-resiliencehubv2/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 add sources to.
-
#test_sources ⇒ Array<Types::TestSourceInput>
The monitoring sources to add or update.
Instance Attribute Details
#service_arn ⇒ String
The ARN of the service the test belongs to.
3880 3881 3882 3883 3884 3885 3886 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3880 class PutTestSourcesRequest < Struct.new( :test_id, :service_arn, :test_sources) SENSITIVE = [] include Aws::Structure end |
#test_id ⇒ String
The identifier of the test to add sources to.
3880 3881 3882 3883 3884 3885 3886 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3880 class PutTestSourcesRequest < Struct.new( :test_id, :service_arn, :test_sources) SENSITIVE = [] include Aws::Structure end |
#test_sources ⇒ Array<Types::TestSourceInput>
The monitoring sources to add or update.
3880 3881 3882 3883 3884 3885 3886 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3880 class PutTestSourcesRequest < Struct.new( :test_id, :service_arn, :test_sources) SENSITIVE = [] include Aws::Structure end |