Class: AWSCDK::AppSync::SchemaBindOptions

Inherits:
Jsii::Struct
  • Object
show all
Defined in:
app_sync/schema_bind_options.rb

Overview

Used for configuring schema bind behavior.

This is intended to prevent breaking changes to implementors of ISchema if needing to add new behavior.

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSchemaBindOptions

Returns a new instance of SchemaBindOptions.



10
11
# File 'app_sync/schema_bind_options.rb', line 10

def initialize()
end

Class Method Details

.jsii_propertiesObject



14
15
16
17
# File 'app_sync/schema_bind_options.rb', line 14

def self.jsii_properties
  {
  }
end

Instance Method Details

#to_jsiiObject



19
20
21
22
23
24
# File 'app_sync/schema_bind_options.rb', line 19

def to_jsii
  result = {}
  result.merge!({
  })
  result.compact
end