Class: Aws::FIS::Types::GetExperimentTargetAccountConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetExperimentTargetAccountConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_account_configuration ⇒ Types::ExperimentTargetAccountConfiguration
Information about the target account configuration.
Instance Attribute Details
#target_account_configuration ⇒ Types::ExperimentTargetAccountConfiguration
Information about the target account configuration.
1381 1382 1383 1384 1385 |
# File 'lib/aws-sdk-fis/types.rb', line 1381 class GetExperimentTargetAccountConfigurationResponse < Struct.new( :target_account_configuration) SENSITIVE = [] include Aws::Structure end |