Class: Aws::CustomerProfiles::Types::DomainStats

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Usage-specific statistics about the domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metering_profile_countInteger

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.

Returns:

  • (Integer)


2140
2141
2142
2143
2144
2145
2146
2147
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2140

class DomainStats < Struct.new(
  :profile_count,
  :metering_profile_count,
  :object_count,
  :total_size)
  SENSITIVE = []
  include Aws::Structure
end

#object_countInteger

The total number of objects in domain.

Returns:

  • (Integer)


2140
2141
2142
2143
2144
2145
2146
2147
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2140

class DomainStats < Struct.new(
  :profile_count,
  :metering_profile_count,
  :object_count,
  :total_size)
  SENSITIVE = []
  include Aws::Structure
end

#profile_countInteger

The total number of profiles currently in the domain.

Returns:

  • (Integer)


2140
2141
2142
2143
2144
2145
2146
2147
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2140

class DomainStats < Struct.new(
  :profile_count,
  :metering_profile_count,
  :object_count,
  :total_size)
  SENSITIVE = []
  include Aws::Structure
end

#total_sizeInteger

The total size, in bytes, of all objects in the domain.

Returns:

  • (Integer)


2140
2141
2142
2143
2144
2145
2146
2147
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2140

class DomainStats < Struct.new(
  :profile_count,
  :metering_profile_count,
  :object_count,
  :total_size)
  SENSITIVE = []
  include Aws::Structure
end