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

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


4181
4182
4183
4184
4185
4186
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4181

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

#statisticsTypes::GetObjectTypeAttributeStatisticsStats

The statistics.



4181
4182
4183
4184
4185
4186
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4181

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