Class: Aws::Types::CreateModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#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
#api_id ⇒ ::String
Returns the value of attribute api_id.
419 420 421 |
# File 'sig/types.rbs', line 419 def api_id @api_id end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
420 421 422 |
# File 'sig/types.rbs', line 420 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
421 422 423 |
# File 'sig/types.rbs', line 421 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
422 423 424 |
# File 'sig/types.rbs', line 422 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
423 424 425 |
# File 'sig/types.rbs', line 423 def schema @schema end |