Class: AWSCDK::AppSync::SchemaBindOptions
- Inherits:
-
Jsii::Struct
- Object
- Jsii::Struct
- AWSCDK::AppSync::SchemaBindOptions
- 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
-
#initialize ⇒ SchemaBindOptions
constructor
A new instance of SchemaBindOptions.
- #to_jsii ⇒ Object
Constructor Details
#initialize ⇒ SchemaBindOptions
Returns a new instance of SchemaBindOptions.
10 11 |
# File 'app_sync/schema_bind_options.rb', line 10 def initialize() end |
Class Method Details
.jsii_properties ⇒ Object
14 15 16 17 |
# File 'app_sync/schema_bind_options.rb', line 14 def self.jsii_properties { } end |
Instance Method Details
#to_jsii ⇒ Object
19 20 21 22 23 24 |
# File 'app_sync/schema_bind_options.rb', line 19 def to_jsii result = {} result.merge!({ }) result.compact end |