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)


1614
1615
1616
1617
1618
1619
1620
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1614

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)


1614
1615
1616
1617
1618
1619
1620
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1614

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)


1614
1615
1616
1617
1618
1619
1620
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1614

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