Class: Aws::Types::CreateModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema ⇒ ::String
Returns the value of attribute schema.
Instance Attribute Details
#content_type ⇒ ::String
Returns the value of attribute content_type.
428 429 430 |
# File 'sig/types.rbs', line 428 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
429 430 431 |
# File 'sig/types.rbs', line 429 def description @description end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
430 431 432 |
# File 'sig/types.rbs', line 430 def model_id @model_id end |
#name ⇒ ::String
Returns the value of attribute name.
431 432 433 |
# File 'sig/types.rbs', line 431 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
432 433 434 |
# File 'sig/types.rbs', line 432 def schema @schema end |