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)


2172
2173
2174
2175
2176
2177
2178
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2172

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.



2172
2173
2174
2175
2176
2177
2178
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2172

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)


2172
2173
2174
2175
2176
2177
2178
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2172

class CreateSegmentEstimateRequest < Struct.new(
  :domain_name,
  :segment_query,
  :segment_sql_query)
  SENSITIVE = [:segment_sql_query]
  include Aws::Structure
end