Class: Aws::AppSync::Types::GetSchemaCreationStatusResponse

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

#detailsString

Detailed information about the status of the schema creation operation.

Returns:

  • (String)


2724
2725
2726
2727
2728
2729
# File 'lib/aws-sdk-appsync/types.rb', line 2724

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

#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)


2724
2725
2726
2727
2728
2729
# File 'lib/aws-sdk-appsync/types.rb', line 2724

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