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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehubv2/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.



7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 7119

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


7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 7119

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)


7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 7119

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)


7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 7119

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:



7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 7119

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)


7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 7119

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