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.
4188 4189 4190 4191 4192 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4188 class StartSchemaCreationResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |