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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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:



3431
3432
3433
3434
3435
3436
3437
3438
3439
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3431

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

#max_resultsInteger

Returns:

  • (Integer)


3431
3432
3433
3434
3435
3436
3437
3438
3439
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3431

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

#next_tokenString

Returns:

  • (String)


3431
3432
3433
3434
3435
3436
3437
3438
3439
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3431

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.



3431
3432
3433
3434
3435
3436
3437
3438
3439
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3431

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)


3431
3432
3433
3434
3435
3436
3437
3438
3439
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3431

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