Class: Aws::FIS::Types::UpdateTargetAccountConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the target account.

Returns:

  • (String)


2384
2385
2386
2387
2388
2389
2390
2391
# File 'lib/aws-sdk-fis/types.rb', line 2384

class UpdateTargetAccountConfigurationRequest < Struct.new(
  :experiment_template_id,
  :account_id,
  :role_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the target account.

Returns:

  • (String)


2384
2385
2386
2387
2388
2389
2390
2391
# File 'lib/aws-sdk-fis/types.rb', line 2384

class UpdateTargetAccountConfigurationRequest < Struct.new(
  :experiment_template_id,
  :account_id,
  :role_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_template_idString

The ID of the experiment template.

Returns:

  • (String)


2384
2385
2386
2387
2388
2389
2390
2391
# File 'lib/aws-sdk-fis/types.rb', line 2384

class UpdateTargetAccountConfigurationRequest < Struct.new(
  :experiment_template_id,
  :account_id,
  :role_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of an IAM role for the target account.

Returns:

  • (String)


2384
2385
2386
2387
2388
2389
2390
2391
# File 'lib/aws-sdk-fis/types.rb', line 2384

class UpdateTargetAccountConfigurationRequest < Struct.new(
  :experiment_template_id,
  :account_id,
  :role_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end