Class: Aws::Types::GetBackendAPIModelsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBackendAPIModelsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_introspection_schema ⇒ ::String
Returns the value of attribute model_introspection_schema.
-
#models ⇒ ::String
Returns the value of attribute models.
-
#status ⇒ "LATEST", "STALE"
Returns the value of attribute status.
Instance Attribute Details
#model_introspection_schema ⇒ ::String
Returns the value of attribute model_introspection_schema.
535 536 537 |
# File 'sig/types.rbs', line 535 def model_introspection_schema @model_introspection_schema end |
#models ⇒ ::String
Returns the value of attribute models.
533 534 535 |
# File 'sig/types.rbs', line 533 def models @models end |
#status ⇒ "LATEST", "STALE"
Returns the value of attribute status.
534 535 536 |
# File 'sig/types.rbs', line 534 def status @status end |