Class: Aws::AppSync::Types::GetSchemaCreationStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The API ID.

Returns:

  • (String)


2705
2706
2707
2708
2709
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2705

class GetSchemaCreationStatusRequest < Struct.new(
  :api_id)
  SENSITIVE = []
  include Aws::Structure
end