Class: Aws::CustomerProfiles::Types::GetObjectTypeAttributeStatisticsRequest

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

#attribute_nameString

The attribute name.

Returns:

  • (String)


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_nameString

The unique name of the domain.

Returns:

  • (String)


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_nameString

The unique name of the domain object type.

Returns:

  • (String)


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