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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:segment_sql_query]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


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_queryTypes::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_queryString

The segment SQL query.

Returns:

  • (String)


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