Class: Aws::FIS::Types::GetTargetAccountConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetTargetAccountConfigurationRequest
- 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.
1445 1446 1447 1448 1449 1450 |
# File 'lib/aws-sdk-fis/types.rb', line 1445 class GetTargetAccountConfigurationRequest < Struct.new( :experiment_template_id, :account_id) SENSITIVE = [] include Aws::Structure end |
#experiment_template_id ⇒ String
The ID of the experiment template.
1445 1446 1447 1448 1449 1450 |
# File 'lib/aws-sdk-fis/types.rb', line 1445 class GetTargetAccountConfigurationRequest < Struct.new( :experiment_template_id, :account_id) SENSITIVE = [] include Aws::Structure end |