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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4718
4719
4720
4721
4722
# File 'lib/aws-sdk-appsync/types.rb', line 4718

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