Class: Aws::Types::CreateModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelRequest
- 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.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#schema ⇒ ::String
Returns the value of attribute schema.
Instance Attribute Details
#content_type ⇒ ::String
Returns the value of attribute content_type.
222 223 224 |
# File 'sig/types.rbs', line 222 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
220 221 222 |
# File 'sig/types.rbs', line 220 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
219 220 221 |
# File 'sig/types.rbs', line 219 def name @name end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def rest_api_id @rest_api_id end |
#schema ⇒ ::String
Returns the value of attribute schema.
221 222 223 |
# File 'sig/types.rbs', line 221 def schema @schema end |