Class: Aws::GuardDuty::Types::UsageDataSourceResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::UsageDataSourceResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Contains information on the result of usage based on data source type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_source  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data source type that generated usage.
 - 
  
    
      #total  ⇒ Types::Total 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents the total of usage for the specified data source.
 
Instance Attribute Details
#data_source ⇒ String
The data source type that generated usage.
      9142 9143 9144 9145 9146 9147  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 9142 class UsageDataSourceResult < Struct.new( :data_source, :total) SENSITIVE = [] include Aws::Structure end  | 
  
#total ⇒ Types::Total
Represents the total of usage for the specified data source.
      9142 9143 9144 9145 9146 9147  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 9142 class UsageDataSourceResult < Struct.new( :data_source, :total) SENSITIVE = [] include Aws::Structure end  |