Class: Aws::CustomerProfiles::Types::CreateSegmentEstimateResponse

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)


2012
2013
2014
2015
2016
2017
2018
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2012

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

#estimate_idString

A unique identifier for the resource. The value can be passed to ‘GetSegmentEstimate` to retrieve the result of segment estimate status.

Returns:

  • (String)


2012
2013
2014
2015
2016
2017
2018
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2012

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

#status_codeInteger

The status code for the response.

Returns:

  • (Integer)


2012
2013
2014
2015
2016
2017
2018
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2012

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