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
QueryIdwhich 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.
4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4715 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.
4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4715 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.
4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4715 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.
4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4715 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.
4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4715 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.
4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4715 class GetSegmentEstimateResponse < Struct.new( :domain_name, :estimate_id, :status, :estimate, :message, :status_code) SENSITIVE = [] include Aws::Structure end |