Class: Aws::Macie2::Types::GetUsageStatisticsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie2/types.rb

Overview

Specifies criteria for filtering, sorting, and paginating the results of a query for quotas and aggregated usage data for one or more Amazon Macie accounts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_byArray<Types::UsageStatisticsFilter>

Returns:



3530
3531
3532
3533
3534
3535
3536
3537
3538
# File 'lib/aws-sdk-macie2/types.rb', line 3530

class GetUsageStatisticsRequest < Struct.new(
  :filter_by,
  :max_results,
  :next_token,
  :sort_by,
  :time_range)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Returns:

  • (Integer)


3530
3531
3532
3533
3534
3535
3536
3537
3538
# File 'lib/aws-sdk-macie2/types.rb', line 3530

class GetUsageStatisticsRequest < Struct.new(
  :filter_by,
  :max_results,
  :next_token,
  :sort_by,
  :time_range)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


3530
3531
3532
3533
3534
3535
3536
3537
3538
# File 'lib/aws-sdk-macie2/types.rb', line 3530

class GetUsageStatisticsRequest < Struct.new(
  :filter_by,
  :max_results,
  :next_token,
  :sort_by,
  :time_range)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byTypes::UsageStatisticsSortBy

Specifies criteria for sorting the results of a query for Amazon Macie account quotas and usage data.



3530
3531
3532
3533
3534
3535
3536
3537
3538
# File 'lib/aws-sdk-macie2/types.rb', line 3530

class GetUsageStatisticsRequest < Struct.new(
  :filter_by,
  :max_results,
  :next_token,
  :sort_by,
  :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)


3530
3531
3532
3533
3534
3535
3536
3537
3538
# File 'lib/aws-sdk-macie2/types.rb', line 3530

class GetUsageStatisticsRequest < Struct.new(
  :filter_by,
  :max_results,
  :next_token,
  :sort_by,
  :time_range)
  SENSITIVE = []
  include Aws::Structure
end