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 =
[:segment_sql_query]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


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

The segment SQL query.

Returns:

  • (String)


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