Class: Aws::EC2::Types::GetFlowLogsIntegrationTemplateResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::GetFlowLogsIntegrationTemplateResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      37690 37691 37692 37693 37694  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 37690 class GetFlowLogsIntegrationTemplateResult < Struct.new( :result) SENSITIVE = [] include Aws::Structure end  |