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)


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

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


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