Class: Aws::Macie2::Types::UsageByAccount

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

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)


6822
6823
6824
6825
6826
6827
6828
6829
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6822

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

#estimated_costString

Returns:

  • (String)


6822
6823
6824
6825
6826
6827
6828
6829
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6822

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

#service_limitTypes::ServiceLimit

Specifies a current quota for an Amazon Macie account.

Returns:



6822
6823
6824
6825
6826
6827
6828
6829
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6822

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

#typeString

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

Returns:

  • (String)


6822
6823
6824
6825
6826
6827
6828
6829
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6822

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