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.
12346 12347 12348 |
# File 'sig/types.rbs', line 12346 def content @content end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
12345 12346 12347 |
# File 'sig/types.rbs', line 12345 def model_card_name @model_card_name end |
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
12347 12348 12349 |
# File 'sig/types.rbs', line 12347 def model_card_status @model_card_status end |