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

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::TargetAccountConfiguration

Information about the target account configuration.



2253
2254
2255
2256
2257
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2253

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