Class: Aws::AmplifyBackend::Types::GetBackendAPIModelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendAPIModelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The response object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_introspection_schema ⇒ String
Stringified JSON of the model introspection schema for an existing backend API resource.
-
#models ⇒ String
Stringified JSON of the datastore model.
-
#status ⇒ String
The current status of the request.
Instance Attribute Details
#model_introspection_schema ⇒ String
Stringified JSON of the model introspection schema for an existing backend API resource.
1802 1803 1804 1805 1806 1807 1808 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1802 class GetBackendAPIModelsResponse < Struct.new( :models, :status, :model_introspection_schema) SENSITIVE = [] include Aws::Structure end |
#models ⇒ String
Stringified JSON of the datastore model.
1802 1803 1804 1805 1806 1807 1808 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1802 class GetBackendAPIModelsResponse < Struct.new( :models, :status, :model_introspection_schema) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the request.
1802 1803 1804 1805 1806 1807 1808 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1802 class GetBackendAPIModelsResponse < Struct.new( :models, :status, :model_introspection_schema) SENSITIVE = [] include Aws::Structure end |