Class: Aws::CustomerProfiles::Types::GetObjectTypeAttributeStatisticsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_atTime

Time when this statistics was calculated.

Returns:

  • (Time)


4274
4275
4276
4277
4278
4279
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4274

class GetObjectTypeAttributeStatisticsResponse < Struct.new(
  :statistics,
  :calculated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statisticsTypes::GetObjectTypeAttributeStatisticsStats

The statistics.



4274
4275
4276
4277
4278
4279
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4274

class GetObjectTypeAttributeStatisticsResponse < Struct.new(
  :statistics,
  :calculated_at)
  SENSITIVE = []
  include Aws::Structure
end