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)


3538
3539
3540
3541
3542
3543
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3538

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)


3538
3539
3540
3541
3542
3543
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3538

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