Class: Aws::FIS::Types::UpdateTargetAccountConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_account_configurationTypes::TargetAccountConfiguration

Information about the target account configuration.



2399
2400
2401
2402
2403
# File 'lib/aws-sdk-fis/types.rb', line 2399

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