Class: Aws::CustomerProfiles::Types::CreateSegmentEstimateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateSegmentEstimateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#estimate_id ⇒ String
A unique identifier for the resource.
-
#status_code ⇒ Integer
The status code for the response.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
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_id ⇒ String
A unique identifier for the resource. The value can be passed to ‘GetSegmentEstimate` to retrieve the result of segment estimate status.
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_code ⇒ Integer
The status code for the response.
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 |