Class: Aws::Types::UpdateModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateModelRequest
- 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.
-
#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
#api_id ⇒ ::String
Returns the value of attribute api_id.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def api_id @api_id end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def description @description end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def model_id @model_id end |
#name ⇒ ::String
Returns the value of attribute name.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
2469 2470 2471 |
# File 'sig/types.rbs', line 2469 def schema @schema end |