Class: Aws::Types::CreateSegmentEstimateResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSegmentEstimateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#estimate_id ⇒ ::String
Returns the value of attribute estimate_id.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
559 560 561 |
# File 'sig/types.rbs', line 559 def domain_name @domain_name end |
#estimate_id ⇒ ::String
Returns the value of attribute estimate_id.
560 561 562 |
# File 'sig/types.rbs', line 560 def estimate_id @estimate_id end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
561 562 563 |
# File 'sig/types.rbs', line 561 def status_code @status_code end |