Class: Aws::FIS::Types::GetExperimentTargetAccountConfigurationResponse

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

#target_account_configurationTypes::ExperimentTargetAccountConfiguration

Information about the target account configuration.



1350
1351
1352
1353
1354
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1350

class GetExperimentTargetAccountConfigurationResponse < Struct.new(
  :target_account_configuration)
  SENSITIVE = []
  include Aws::Structure
end