Class: Aws::CustomerProfiles::Types::CreateSegmentEstimateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateSegmentEstimateRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#segment_query ⇒ Types::SegmentGroupStructure
The segment query for calculating a segment estimate.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
1737 1738 1739 1740 1741 1742 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1737 class CreateSegmentEstimateRequest < Struct.new( :domain_name, :segment_query) SENSITIVE = [] include Aws::Structure end |
#segment_query ⇒ Types::SegmentGroupStructure
The segment query for calculating a segment estimate.
1737 1738 1739 1740 1741 1742 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1737 class CreateSegmentEstimateRequest < Struct.new( :domain_name, :segment_query) SENSITIVE = [] include Aws::Structure end |