Module: Aws::CustomerProfiles::Client::_GetSegmentEstimateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSegmentEstimateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #domain_name ⇒ ::String
- #estimate ⇒ ::String
- #estimate_id ⇒ ::String
- #message ⇒ ::String
- #status ⇒ "RUNNING", ...
- #status_code ⇒ ::Integer
Instance Method Details
#domain_name ⇒ ::String
1116 |
# File 'sig/client.rbs', line 1116
def domain_name: () -> ::String
|
#estimate ⇒ ::String
1119 |
# File 'sig/client.rbs', line 1119
def estimate: () -> ::String
|
#estimate_id ⇒ ::String
1117 |
# File 'sig/client.rbs', line 1117
def estimate_id: () -> ::String
|
#message ⇒ ::String
1120 |
# File 'sig/client.rbs', line 1120
def message: () -> ::String
|
#status ⇒ "RUNNING", ...
1118 |
# File 'sig/client.rbs', line 1118
def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED")
|
#status_code ⇒ ::Integer
1121 |
# File 'sig/client.rbs', line 1121
def status_code: () -> ::Integer
|