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.
3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3850 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.
3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3850 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
.
3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3850 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.
3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3850 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.
3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3850 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.
3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3850 class GetSegmentEstimateResponse < Struct.new( :domain_name, :estimate_id, :status, :estimate, :message, :status_code) SENSITIVE = [] include Aws::Structure end |