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.
4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4902 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.
4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4902 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.
4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4902 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.
4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4902 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.
4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4902 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.
4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4902 class GetSegmentEstimateResponse < Struct.new( :domain_name, :estimate_id, :status, :estimate, :message, :status_code) SENSITIVE = [] include Aws::Structure end |