Class: Aws::AmplifyBackend::Types::GetBackendAPIModelsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#model_introspection_schemaString

Stringified JSON of the model introspection schema for an existing backend API resource.

Returns:

  • (String)


1802
1803
1804
1805
1806
1807
1808
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1802

class GetBackendAPIModelsResponse < Struct.new(
  :models,
  :status,
  :model_introspection_schema)
  SENSITIVE = []
  include Aws::Structure
end

#modelsString

Stringified JSON of the datastore model.

Returns:

  • (String)


1802
1803
1804
1805
1806
1807
1808
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1802

class GetBackendAPIModelsResponse < Struct.new(
  :models,
  :status,
  :model_introspection_schema)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the request.

Returns:

  • (String)


1802
1803
1804
1805
1806
1807
1808
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1802

class GetBackendAPIModelsResponse < Struct.new(
  :models,
  :status,
  :model_introspection_schema)
  SENSITIVE = []
  include Aws::Structure
end