Class: Aws::Types::CreateMLEndpointOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMLEndpointOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time_in_millis ⇒ ::Integer
Returns the value of attribute creation_time_in_millis.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
143 144 145 |
# File 'sig/types.rbs', line 143 def arn @arn end |
#creation_time_in_millis ⇒ ::Integer
Returns the value of attribute creation_time_in_millis.
144 145 146 |
# File 'sig/types.rbs', line 144 def creation_time_in_millis @creation_time_in_millis end |
#id ⇒ ::String
Returns the value of attribute id.
142 143 144 |
# File 'sig/types.rbs', line 142 def id @id end |