Class: Aws::Resiliencehubv2::Types::UpdateTestRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configurationTypes::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

#parametersHash<String,Array<String>>

The updated parameter values for the test.

Returns:

  • (Hash<String,Array<String>>)


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_nameString

The updated IAM execution role name.

Returns:

  • (String)


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_arnString

The ARN of the service the test belongs to.

Returns:

  • (String)


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_conditionsArray<Types::StopCondition>

The updated stop conditions for the test.

Returns:



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_idString

The identifier of the test to update.

Returns:

  • (String)


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