Class: Aws::CustomerProfiles::Types::GetObjectTypeAttributeStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetObjectTypeAttributeStatisticsResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#calculated_at ⇒ Time
Time when this statistics was calculated.
-
#statistics ⇒ Types::GetObjectTypeAttributeStatisticsStats
The statistics.
Instance Attribute Details
#calculated_at ⇒ Time
Time when this statistics was calculated.
4376 4377 4378 4379 4380 4381 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4376 class GetObjectTypeAttributeStatisticsResponse < Struct.new( :statistics, :calculated_at) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::GetObjectTypeAttributeStatisticsStats
The statistics.
4376 4377 4378 4379 4380 4381 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4376 class GetObjectTypeAttributeStatisticsResponse < Struct.new( :statistics, :calculated_at) SENSITIVE = [] include Aws::Structure end |