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
1084 |
# File 'sig/client.rbs', line 1084
def domain_name: () -> ::String
|
#estimate ⇒ ::String
1087 |
# File 'sig/client.rbs', line 1087
def estimate: () -> ::String
|
#estimate_id ⇒ ::String
1085 |
# File 'sig/client.rbs', line 1085
def estimate_id: () -> ::String
|
#message ⇒ ::String
1088 |
# File 'sig/client.rbs', line 1088
def message: () -> ::String
|
#status ⇒ "RUNNING", ...
1086 |
# File 'sig/client.rbs', line 1086
def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED")
|
#status_code ⇒ ::Integer
1089 |
# File 'sig/client.rbs', line 1089
def status_code: () -> ::Integer
|