Class: Aws::Types::GetMLEndpointOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMLEndpointOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint ⇒ Types::MlResourceDefinition
Returns the value of attribute endpoint.
-
#endpoint_config ⇒ Types::MlConfigDefinition
Returns the value of attribute endpoint_config.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#endpoint ⇒ Types::MlResourceDefinition
Returns the value of attribute endpoint.
357 358 359 |
# File 'sig/types.rbs', line 357 def endpoint @endpoint end |
#endpoint_config ⇒ Types::MlConfigDefinition
Returns the value of attribute endpoint_config.
358 359 360 |
# File 'sig/types.rbs', line 358 def endpoint_config @endpoint_config end |
#id ⇒ ::String
Returns the value of attribute id.
356 357 358 |
# File 'sig/types.rbs', line 356 def id @id end |
#status ⇒ ::String
Returns the value of attribute status.
355 356 357 |
# File 'sig/types.rbs', line 355 def status @status end |