Class: Aws::CustomerProfiles::Types::GetSegmentEstimateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


4011
4012
4013
4014
4015
4016
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4011

class GetSegmentEstimateRequest < Struct.new(
  :domain_name,
  :estimate_id)
  SENSITIVE = []
  include Aws::Structure
end

#estimate_idString

The query Id passed by a previous ‘CreateSegmentEstimate` operation.

Returns:

  • (String)


4011
4012
4013
4014
4015
4016
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4011

class GetSegmentEstimateRequest < Struct.new(
  :domain_name,
  :estimate_id)
  SENSITIVE = []
  include Aws::Structure
end