Class: Aws::Types::UpdateModelCardRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateModelCardRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
-
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
12270 12271 12272 |
# File 'sig/types.rbs', line 12270 def content @content end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
12269 12270 12271 |
# File 'sig/types.rbs', line 12269 def model_card_name @model_card_name end |
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
12271 12272 12273 |
# File 'sig/types.rbs', line 12271 def model_card_status @model_card_status end |