Class: Aws::FIS::Types::GetExperimentTargetAccountConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetExperimentTargetAccountConfigurationRequest
- Defined in:
- gems/aws-sdk-fis/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_id ⇒ String
The ID of the experiment.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the target account.
1368 1369 1370 1371 1372 1373 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1368 class GetExperimentTargetAccountConfigurationRequest < Struct.new( :experiment_id, :account_id) SENSITIVE = [] include Aws::Structure end |
#experiment_id ⇒ String
The ID of the experiment.
1368 1369 1370 1371 1372 1373 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1368 class GetExperimentTargetAccountConfigurationRequest < Struct.new( :experiment_id, :account_id) SENSITIVE = [] include Aws::Structure end |