Class: Aws::Types::DeleteRealtimeEndpointOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRealtimeEndpointOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
-
#realtime_endpoint_info ⇒ Types::RealtimeEndpointInfo
Returns the value of attribute realtime_endpoint_info.
Instance Attribute Details
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
207 208 209 |
# File 'sig/types.rbs', line 207 def ml_model_id @ml_model_id end |
#realtime_endpoint_info ⇒ Types::RealtimeEndpointInfo
Returns the value of attribute realtime_endpoint_info.
208 209 210 |
# File 'sig/types.rbs', line 208 def realtime_endpoint_info @realtime_endpoint_info end |