Class: Aws::CustomerProfiles::Types::GetSegmentEstimateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetSegmentEstimateResponse
- Defined in:
- gems/aws-sdk-customerprofiles/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 ⇒ String
The estimated number of profiles contained in the segment.
-
#estimate_id ⇒ String
The
QueryId
which is the same as the value passed inQueryId
. -
#message ⇒ String
The error message if there is any error.
-
#status ⇒ String
The current status of the query.
-
#status_code ⇒ Integer
The status code of the segment estimate.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
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 ⇒ String
The estimated number of profiles contained in the segment.
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_id ⇒ String
The QueryId
which is the same as the value passed in QueryId
.
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 |
#message ⇒ String
The error message if there is any error.
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 ⇒ String
The current status of the query.
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_code ⇒ Integer
The status code of the segment estimate.
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 |