Class: Aws::AppSync::Types::StartSchemaCreationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::StartSchemaCreationResponse
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
Instance Attribute Details
#status ⇒ String
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.
4761 4762 4763 4764 4765 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4761 class StartSchemaCreationResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |