Class: Aws::GuardDuty::Types::GetUsageStatisticsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::GetUsageStatisticsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The pagination parameter to be used on the next list operation to retrieve more items.
 - 
  
    
      #usage_statistics  ⇒ Types::UsageStatistics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The usage statistics object.
 
Instance Attribute Details
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
      4241 4242 4243 4244 4245 4246  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 4241 class GetUsageStatisticsResponse < Struct.new( :usage_statistics, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#usage_statistics ⇒ Types::UsageStatistics
The usage statistics object. If a UsageStatisticType was provided, the objects representing other types will be null.
      4241 4242 4243 4244 4245 4246  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 4241 class GetUsageStatisticsResponse < Struct.new( :usage_statistics, :next_token) SENSITIVE = [] include Aws::Structure end  |