Class: Aws::FIS::Types::CreateTargetAccountConfigurationResponse

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.



421
422
423
424
425
# File 'lib/aws-sdk-fis/types.rb', line 421

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