Class: Aws::Macie2::Types::UsageByAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UsageByAccount
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides data for a specific usage metric and the corresponding quota for an Amazon Macie account.
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
-
#service_limit ⇒ Types::ServiceLimit
Specifies a current quota for an Amazon Macie account.
-
#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:
6967 6968 6969 6970 6971 6972 6973 6974 |
# File 'lib/aws-sdk-macie2/types.rb', line 6967 class UsageByAccount < Struct.new( :currency, :estimated_cost, :service_limit, :type) SENSITIVE = [] include Aws::Structure end |
#estimated_cost ⇒ String
6967 6968 6969 6970 6971 6972 6973 6974 |
# File 'lib/aws-sdk-macie2/types.rb', line 6967 class UsageByAccount < Struct.new( :currency, :estimated_cost, :service_limit, :type) SENSITIVE = [] include Aws::Structure end |
#service_limit ⇒ Types::ServiceLimit
Specifies a current quota for an Amazon Macie account.
6967 6968 6969 6970 6971 6972 6973 6974 |
# File 'lib/aws-sdk-macie2/types.rb', line 6967 class UsageByAccount < Struct.new( :currency, :estimated_cost, :service_limit, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The name of an Amazon Macie usage metric for an account. Possible values are:
6967 6968 6969 6970 6971 6972 6973 6974 |
# File 'lib/aws-sdk-macie2/types.rb', line 6967 class UsageByAccount < Struct.new( :currency, :estimated_cost, :service_limit, :type) SENSITIVE = [] include Aws::Structure end |