Class: Aws::AppSync::Types::StartSchemaCreationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.

Returns:

  • (String)


4167
4168
4169
4170
4171
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4167

class StartSchemaCreationResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end