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

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

#attribute_nameString

The attribute name.

Returns:

  • (String)


4256
4257
4258
4259
4260
4261
4262
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4256

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)


4256
4257
4258
4259
4260
4261
4262
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4256

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)


4256
4257
4258
4259
4260
4261
4262
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4256

class GetObjectTypeAttributeStatisticsRequest < Struct.new(
  :domain_name,
  :object_type_name,
  :attribute_name)
  SENSITIVE = []
  include Aws::Structure
end