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.



6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6661

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>>)


6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6661

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)


6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6661

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)


6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6661

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:



6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6661

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)


6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6661

class UpdateTestRequest < Struct.new(
  :test_id,
  :service_arn,
  :logging_configuration,
  :stop_conditions,
  :role_name,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end