Class: Aws::FIS::Types::DeleteTargetAccountConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::DeleteTargetAccountConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID of the target account.
-
#experiment_template_id ⇒ String
The ID of the experiment template.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the target account.
461 462 463 464 465 466 |
# File 'lib/aws-sdk-fis/types.rb', line 461 class DeleteTargetAccountConfigurationRequest < Struct.new( :experiment_template_id, :account_id) SENSITIVE = [] include Aws::Structure end |
#experiment_template_id ⇒ String
The ID of the experiment template.
461 462 463 464 465 466 |
# File 'lib/aws-sdk-fis/types.rb', line 461 class DeleteTargetAccountConfigurationRequest < Struct.new( :experiment_template_id, :account_id) SENSITIVE = [] include Aws::Structure end |