Class: Aws::Macie2::Types::UsageTotal
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UsageTotal
- Includes:
- Structure
- Defined in:
- 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
-
#currency ⇒ String
The type of currency that the data for an Amazon Macie usage metric is reported in.
- #estimated_cost ⇒ String
-
#type ⇒ String
The name of an Amazon Macie usage metric for an account.
Instance Attribute Details
#currency ⇒ String
The type of currency that the data for an Amazon Macie usage metric is reported in. Possible values are:
7068 7069 7070 7071 7072 7073 7074 |
# File 'lib/aws-sdk-macie2/types.rb', line 7068 class UsageTotal < Struct.new( :currency, :estimated_cost, :type) SENSITIVE = [] include Aws::Structure end |
#estimated_cost ⇒ String
7068 7069 7070 7071 7072 7073 7074 |
# File 'lib/aws-sdk-macie2/types.rb', line 7068 class UsageTotal < Struct.new( :currency, :estimated_cost, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The name of an Amazon Macie usage metric for an account. Possible values are:
7068 7069 7070 7071 7072 7073 7074 |
# File 'lib/aws-sdk-macie2/types.rb', line 7068 class UsageTotal < Struct.new( :currency, :estimated_cost, :type) SENSITIVE = [] include Aws::Structure end |