Module: AWSCDK::IStableListProducer

Defined in:
i_stable_list_producer.rb

Overview

Interface for (stable) lazy list producers.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.jsii_overridable_methodsObject



14
15
16
17
18
# File 'i_stable_list_producer.rb', line 14

def self.jsii_overridable_methods
  {
    :produce => { kind: :method, name: "produce", is_optional: false },
  }
end

Instance Method Details

#produceArray<String>?

Produce the list value.

Returns:

  • (Array<String>, nil)


10
11
12
# File 'i_stable_list_producer.rb', line 10

def produce()
  jsii_call_method("produce", [])
end