Class: Aws::EC2::Types::GetFlowLogsIntegrationTemplateResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::GetFlowLogsIntegrationTemplateResult
 
 
- Defined in:
 - gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #result  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The generated CloudFormation template.
 
Instance Attribute Details
#result ⇒ String
The generated CloudFormation template.
      41669 41670 41671 41672 41673  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41669 class GetFlowLogsIntegrationTemplateResult < Struct.new( :result) SENSITIVE = [] include Aws::Structure end  |