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

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


3457
3458
3459
3460
3461
3462
3463
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3457

class GetUsageStatisticsResponse < Struct.new(
  :next_token,
  :records,
  :time_range)
  SENSITIVE = []
  include Aws::Structure
end

#recordsArray<Types::UsageRecord>

Returns:



3457
3458
3459
3460
3461
3462
3463
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3457

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)


3457
3458
3459
3460
3461
3462
3463
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3457

class GetUsageStatisticsResponse < Struct.new(
  :next_token,
  :records,
  :time_range)
  SENSITIVE = []
  include Aws::Structure
end