Class: Aws::Macie2::Types::GetUsageTotalsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetUsageTotalsResponse
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides the results of a query that retrieved aggregated usage data for an Amazon Macie account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#time_range ⇒ String
An inclusive time period that Amazon Macie usage data applies to.
-
#usage_totals ⇒ Array<Types::UsageTotal>
Instance Attribute Details
#time_range ⇒ String
An inclusive time period that Amazon Macie usage data applies to. Possible values are:
3588 3589 3590 3591 3592 3593 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3588 class GetUsageTotalsResponse < Struct.new( :time_range, :usage_totals) SENSITIVE = [] include Aws::Structure end |
#usage_totals ⇒ Array<Types::UsageTotal>
3588 3589 3590 3591 3592 3593 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3588 class GetUsageTotalsResponse < Struct.new( :time_range, :usage_totals) SENSITIVE = [] include Aws::Structure end |