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.
4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4044 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.
4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4044 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
.
4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4044 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.
4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4044 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.
4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4044 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.
4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4044 class GetSegmentEstimateResponse < Struct.new( :domain_name, :estimate_id, :status, :estimate, :message, :status_code) SENSITIVE = [] include Aws::Structure end |