Class: Aws::Types::UpdateModelInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateModelInput
- 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.
-
#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.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def schema @schema end |