Class: Aws::CustomerProfiles::Types::GetObjectTypeAttributeStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetObjectTypeAttributeStatisticsRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The attribute name.
-
#domain_name ⇒ String
The unique name of the domain.
-
#object_type_name ⇒ String
The unique name of the domain object type.
Instance Attribute Details
#attribute_name ⇒ String
The attribute name.
4163 4164 4165 4166 4167 4168 4169 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4163 class GetObjectTypeAttributeStatisticsRequest < Struct.new( :domain_name, :object_type_name, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
4163 4164 4165 4166 4167 4168 4169 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4163 class GetObjectTypeAttributeStatisticsRequest < Struct.new( :domain_name, :object_type_name, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#object_type_name ⇒ String
The unique name of the domain object type.
4163 4164 4165 4166 4167 4168 4169 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4163 class GetObjectTypeAttributeStatisticsRequest < Struct.new( :domain_name, :object_type_name, :attribute_name) SENSITIVE = [] include Aws::Structure end |