Class: Aws::Types::GetModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flatten ⇒ Boolean
Returns the value of attribute flatten.
-
#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
#flatten ⇒ Boolean
Returns the value of attribute flatten.
764 765 766 |
# File 'sig/types.rbs', line 764 def flatten @flatten end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
763 764 765 |
# File 'sig/types.rbs', line 763 def model_name @model_name end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
762 763 764 |
# File 'sig/types.rbs', line 762 def rest_api_id @rest_api_id end |