Method: Aws::CustomerProfiles::Types::DomainStats#object_count
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
#object_count ⇒ Integer
The total number of objects in domain.
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 |