Class: Aws::CustomerProfiles::Types::CreateSegmentEstimateRequest

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

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1591

class CreateSegmentEstimateRequest < Struct.new(
  :domain_name,
  :segment_query)
  SENSITIVE = []
  include Aws::Structure
end

#segment_queryTypes::SegmentGroupStructure

The segment query for calculating a segment estimate.



1591
1592
1593
1594
1595
1596
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1591

class CreateSegmentEstimateRequest < Struct.new(
  :domain_name,
  :segment_query)
  SENSITIVE = []
  include Aws::Structure
end