Class: Aws::FIS::Types::DeleteTargetAccountConfigurationRequest

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


461
462
463
464
465
466
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 461

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

#experiment_template_idString

The ID of the experiment template.

Returns:

  • (String)


461
462
463
464
465
466
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 461

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