Class: Aws::Macie2::Types::GetUsageStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetUsageStatisticsRequest
- 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
- #filter_by ⇒ Array<Types::UsageStatisticsFilter>
- #max_results ⇒ Integer
- #next_token ⇒ String
-
#sort_by ⇒ Types::UsageStatisticsSortBy
Specifies criteria for sorting the results of a query for Amazon Macie account quotas and usage data.
-
#time_range ⇒ String
An inclusive time period that Amazon Macie usage data applies to.
Instance Attribute Details
#filter_by ⇒ Array<Types::UsageStatisticsFilter>
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_results ⇒ 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_token ⇒ 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_by ⇒ Types::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_range ⇒ String
An inclusive time period that Amazon Macie usage data applies to. Possible values are:
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 |