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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


5036
5037
5038
5039
5040
5041
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5036

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)


5036
5037
5038
5039
5040
5041
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5036

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