Class: Aws::Macie2::Types::GetUsageStatisticsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#next_tokenString

Returns:

  • (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

#recordsArray<Types::UsageRecord>

Returns:



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_rangeString

An inclusive time period that Amazon Macie usage data applies to. Possible values are:

Returns:

  • (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