Class: Aws::Macie2::Types::UsageTotal

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

Overview

Provides aggregated data for an Amazon Macie usage metric. The value for the metric reports estimated usage data for an account for the preceding 30 days or the current calendar month to date, depending on the time period (timeRange) specified in the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currencyString

The type of currency that the data for an Amazon Macie usage metric is reported in. Possible values are:

Returns:

  • (String)


6923
6924
6925
6926
6927
6928
6929
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6923

class UsageTotal < Struct.new(
  :currency,
  :estimated_cost,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_costString

Returns:

  • (String)


6923
6924
6925
6926
6927
6928
6929
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6923

class UsageTotal < Struct.new(
  :currency,
  :estimated_cost,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The name of an Amazon Macie usage metric for an account. Possible values are:

Returns:

  • (String)


6923
6924
6925
6926
6927
6928
6929
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6923

class UsageTotal < Struct.new(
  :currency,
  :estimated_cost,
  :type)
  SENSITIVE = []
  include Aws::Structure
end