Class: Aws::CustomerProfiles::Types::GetSegmentEstimateResponse

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)


3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3571

class GetSegmentEstimateResponse < Struct.new(
  :domain_name,
  :estimate_id,
  :status,
  :estimate,
  :message,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end

#estimateString

The estimated number of profiles contained in the segment.

Returns:

  • (String)


3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3571

class GetSegmentEstimateResponse < Struct.new(
  :domain_name,
  :estimate_id,
  :status,
  :estimate,
  :message,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end

#estimate_idString

The QueryId which is the same as the value passed in QueryId.

Returns:

  • (String)


3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3571

class GetSegmentEstimateResponse < Struct.new(
  :domain_name,
  :estimate_id,
  :status,
  :estimate,
  :message,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message if there is any error.

Returns:

  • (String)


3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3571

class GetSegmentEstimateResponse < Struct.new(
  :domain_name,
  :estimate_id,
  :status,
  :estimate,
  :message,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the query.

Returns:

  • (String)


3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3571

class GetSegmentEstimateResponse < Struct.new(
  :domain_name,
  :estimate_id,
  :status,
  :estimate,
  :message,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeInteger

The status code of the segment estimate.

Returns:

  • (Integer)


3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3571

class GetSegmentEstimateResponse < Struct.new(
  :domain_name,
  :estimate_id,
  :status,
  :estimate,
  :message,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end