Class: Aws::AppSync::Types::GetSchemaCreationStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetSchemaCreationStatusResponse
- Defined in:
- gems/aws-sdk-appsync/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.
3185 3186 3187 3188 3189 3190 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3185 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.
3185 3186 3187 3188 3189 3190 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3185 class GetSchemaCreationStatusResponse < Struct.new( :status, :details) SENSITIVE = [] include Aws::Structure end |