Class: Aws::CustomerProfiles::Types::DomainStats
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DomainStats
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Usage-specific statistics about the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metering_profile_count ⇒ Integer
The number of profiles that you are currently paying for in the domain.
-
#object_count ⇒ Integer
The total number of objects in domain.
-
#profile_count ⇒ Integer
The total number of profiles currently in the domain.
-
#total_size ⇒ Integer
The total size, in bytes, of all objects in the domain.
Instance Attribute Details
#metering_profile_count ⇒ Integer
The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.
1454 1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1454 class DomainStats < Struct.new( :profile_count, :metering_profile_count, :object_count, :total_size) SENSITIVE = [] include Aws::Structure end |
#object_count ⇒ Integer
The total number of objects in domain.
1454 1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1454 class DomainStats < Struct.new( :profile_count, :metering_profile_count, :object_count, :total_size) SENSITIVE = [] include Aws::Structure end |
#profile_count ⇒ Integer
The total number of profiles currently in the domain.
1454 1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1454 class DomainStats < Struct.new( :profile_count, :metering_profile_count, :object_count, :total_size) SENSITIVE = [] include Aws::Structure end |
#total_size ⇒ Integer
The total size, in bytes, of all objects in the domain.
1454 1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1454 class DomainStats < Struct.new( :profile_count, :metering_profile_count, :object_count, :total_size) SENSITIVE = [] include Aws::Structure end |