Class: Aws::Types::GetModelTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetModelTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
Instance Attribute Details
#model_name ⇒ ::String
Returns the value of attribute model_name.
770 771 772 |
# File 'sig/types.rbs', line 770 def model_name @model_name end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
769 770 771 |
# File 'sig/types.rbs', line 769 def rest_api_id @rest_api_id end |