Class: Aws::Types::GetSegmentEstimateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSegmentEstimateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#estimate ⇒ ::String
Returns the value of attribute estimate.
-
#estimate_id ⇒ ::String
Returns the value of attribute estimate_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def domain_name @domain_name end |
#estimate ⇒ ::String
Returns the value of attribute estimate.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def estimate @estimate end |
#estimate_id ⇒ ::String
Returns the value of attribute estimate_id.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def estimate_id @estimate_id end |
#message ⇒ ::String
Returns the value of attribute message.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def @message end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def status @status end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def status_code @status_code end |