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 =
[:segment_sql_query]
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.
-
#segment_sql_query ⇒ String
The segment SQL query.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
1930 1931 1932 1933 1934 1935 1936 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1930 class CreateSegmentEstimateRequest < Struct.new( :domain_name, :segment_query, :segment_sql_query) SENSITIVE = [:segment_sql_query] include Aws::Structure end |
#segment_query ⇒ Types::SegmentGroupStructure
The segment query for calculating a segment estimate.
1930 1931 1932 1933 1934 1935 1936 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1930 class CreateSegmentEstimateRequest < Struct.new( :domain_name, :segment_query, :segment_sql_query) SENSITIVE = [:segment_sql_query] include Aws::Structure end |
#segment_sql_query ⇒ String
The segment SQL query.
1930 1931 1932 1933 1934 1935 1936 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1930 class CreateSegmentEstimateRequest < Struct.new( :domain_name, :segment_query, :segment_sql_query) SENSITIVE = [:segment_sql_query] include Aws::Structure end |