Class: Aws::FIS::Types::UpdateTargetAccountConfigurationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FIS::Types::UpdateTargetAccountConfigurationResponse
 
 
- Defined in:
 - gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #target_account_configuration  ⇒ Types::TargetAccountConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the target account configuration.
 
Instance Attribute Details
#target_account_configuration ⇒ Types::TargetAccountConfiguration
Information about the target account configuration.
      2833 2834 2835 2836 2837  | 
    
      # File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2833 class UpdateTargetAccountConfigurationResponse < Struct.new( :target_account_configuration) SENSITIVE = [] include Aws::Structure end  |