Class: Aws::AppSync::Types::GetSchemaCreationStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetSchemaCreationStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ String
Detailed information about the status of the schema creation operation.
-
#status ⇒ String
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
Instance Attribute Details
#details ⇒ String
Detailed information about the status of the schema creation operation.
3182 3183 3184 3185 3186 3187 |
# File 'lib/aws-sdk-appsync/types.rb', line 3182 class GetSchemaCreationStatusResponse < Struct.new( :status, :details) SENSITIVE = [] include Aws::Structure end |
#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.
3182 3183 3184 3185 3186 3187 |
# File 'lib/aws-sdk-appsync/types.rb', line 3182 class GetSchemaCreationStatusResponse < Struct.new( :status, :details) SENSITIVE = [] include Aws::Structure end |