Class: Aws::Types::GetModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def api_id @api_id end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def model_id @model_id end |