Class: Aws::EC2::Types::CreateFlowLogsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateFlowLogsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
 - 
  
    
      #flow_log_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the flow logs.
 - 
  
    
      #unsuccessful  ⇒ Array<Types::UnsuccessfulItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the flow logs that could not be created successfully.
 
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
      8978 8979 8980 8981 8982 8983 8984  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 8978 class CreateFlowLogsResult < Struct.new( :client_token, :flow_log_ids, :unsuccessful) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_log_ids ⇒ Array<String>
The IDs of the flow logs.
      8978 8979 8980 8981 8982 8983 8984  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 8978 class CreateFlowLogsResult < Struct.new( :client_token, :flow_log_ids, :unsuccessful) SENSITIVE = [] include Aws::Structure end  | 
  
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
Information about the flow logs that could not be created successfully.
      8978 8979 8980 8981 8982 8983 8984  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 8978 class CreateFlowLogsResult < Struct.new( :client_token, :flow_log_ids, :unsuccessful) SENSITIVE = [] include Aws::Structure end  |