Class: Aws::Resiliencehubv2::Types::UpdateTestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateTestRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_configuration ⇒ Types::LoggingConfiguration
The updated logging configuration for the test.
-
#parameters ⇒ Hash<String,Array<String>>
The updated parameter values for the test.
-
#role_name ⇒ String
The updated IAM execution role name.
-
#service_arn ⇒ String
The ARN of the service the test belongs to.
-
#stop_conditions ⇒ Array<Types::StopCondition>
The updated stop conditions for the test.
-
#test_id ⇒ String
The identifier of the test to update.
Instance Attribute Details
#logging_configuration ⇒ Types::LoggingConfiguration
The updated logging configuration for the test.
6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6347 class UpdateTestRequest < Struct.new( :test_id, :service_arn, :logging_configuration, :stop_conditions, :role_name, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,Array<String>>
The updated parameter values for the test.
6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6347 class UpdateTestRequest < Struct.new( :test_id, :service_arn, :logging_configuration, :stop_conditions, :role_name, :parameters) SENSITIVE = [] include Aws::Structure end |
#role_name ⇒ String
The updated IAM execution role name.
6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6347 class UpdateTestRequest < Struct.new( :test_id, :service_arn, :logging_configuration, :stop_conditions, :role_name, :parameters) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
The ARN of the service the test belongs to.
6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6347 class UpdateTestRequest < Struct.new( :test_id, :service_arn, :logging_configuration, :stop_conditions, :role_name, :parameters) SENSITIVE = [] include Aws::Structure end |
#stop_conditions ⇒ Array<Types::StopCondition>
The updated stop conditions for the test.
6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6347 class UpdateTestRequest < Struct.new( :test_id, :service_arn, :logging_configuration, :stop_conditions, :role_name, :parameters) SENSITIVE = [] include Aws::Structure end |
#test_id ⇒ String
The identifier of the test to update.
6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6347 class UpdateTestRequest < Struct.new( :test_id, :service_arn, :logging_configuration, :stop_conditions, :role_name, :parameters) SENSITIVE = [] include Aws::Structure end |