Class: Aws::Macie2::Types::GetUsageStatisticsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::GetUsageStatisticsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides the results of a query that retrieved quotas and aggregated usage data for one or more Amazon Macie accounts.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #next_token ⇒ String
 - #records ⇒ Array<Types::UsageRecord>
 - 
  
    
      #time_range  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An inclusive time period that Amazon Macie usage data applies to.
 
Instance Attribute Details
#next_token ⇒ String
      3556 3557 3558 3559 3560 3561 3562  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 3556 class GetUsageStatisticsResponse < Struct.new( :next_token, :records, :time_range) SENSITIVE = [] include Aws::Structure end  | 
  
#records ⇒ Array<Types::UsageRecord>
      3556 3557 3558 3559 3560 3561 3562  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 3556 class GetUsageStatisticsResponse < Struct.new( :next_token, :records, :time_range) SENSITIVE = [] include Aws::Structure end  | 
  
#time_range ⇒ String
An inclusive time period that Amazon Macie usage data applies to. Possible values are:
      3556 3557 3558 3559 3560 3561 3562  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 3556 class GetUsageStatisticsResponse < Struct.new( :next_token, :records, :time_range) SENSITIVE = [] include Aws::Structure end  |