Class: Aws::Types::CreateModelInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelInput
- 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.
411 412 413 |
# File 'sig/types.rbs', line 411 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
412 413 414 |
# File 'sig/types.rbs', line 412 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
413 414 415 |
# File 'sig/types.rbs', line 413 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
414 415 416 |
# File 'sig/types.rbs', line 414 def schema @schema end |