Class: Aws::AmplifyBackend::Types::GetBackendAPICodegenRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendAPICodegenRespObj
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
The response object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#models ⇒ String
Stringified JSON of the datastore model.
-
#status ⇒ String
The current status of the request.
Instance Attribute Details
#models ⇒ String
Stringified JSON of the datastore model.
2397 2398 2399 2400 2401 2402 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2397 class GetBackendAPICodegenRespObj < Struct.new( :models, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the request.
2397 2398 2399 2400 2401 2402 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2397 class GetBackendAPICodegenRespObj < Struct.new( :models, :status) SENSITIVE = [] include Aws::Structure end |