Class: Aws::Types::UpdateModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateModelResponse
- 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.
2474 2475 2476 |
# File 'sig/types.rbs', line 2474 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
2475 2476 2477 |
# File 'sig/types.rbs', line 2475 def description @description end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
2476 2477 2478 |
# File 'sig/types.rbs', line 2476 def model_id @model_id end |
#name ⇒ ::String
Returns the value of attribute name.
2477 2478 2479 |
# File 'sig/types.rbs', line 2477 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def schema @schema end |