Class: Aws::Types::GetModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetModelResponse
- 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.
-
#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
#content_type ⇒ ::String
Returns the value of attribute content_type.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def description @description end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def model_id @model_id end |
#name ⇒ ::String
Returns the value of attribute name.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def schema @schema end |