Class: Aws::CustomerProfiles::Types::CreateSegmentEstimateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateSegmentEstimateRequest
- Includes:
- Structure
- Defined in:
- 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.
1988 1989 1990 1991 1992 1993 1994 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1988 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.
1988 1989 1990 1991 1992 1993 1994 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1988 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.
1988 1989 1990 1991 1992 1993 1994 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1988 class CreateSegmentEstimateRequest < Struct.new( :domain_name, :segment_query, :segment_sql_query) SENSITIVE = [:segment_sql_query] include Aws::Structure end |