Class: Aws::Types::CreateModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
122 123 124 |
# File 'sig/types.rbs', line 122 def model_arn @model_arn end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
123 124 125 |
# File 'sig/types.rbs', line 123 def status @status end |