Class: Aws::Resources::Operations::LoadOperation
- Defined in:
- lib/aws-sdk-resources/operations.rb
Instance Attribute Summary collapse
- #path ⇒ String<JMESPath> readonly
Attributes inherited from Operation
Attributes inherited from Base
Instance Method Summary collapse
-
#call(options) ⇒ Object
Returns the value resolved to by #path.
-
#initialize(options = {}) ⇒ LoadOperation
constructor
A new instance of LoadOperation.
Constructor Details
#initialize(options = {}) ⇒ LoadOperation
Returns a new instance of LoadOperation.
50 51 52 53 |
# File 'lib/aws-sdk-resources/operations.rb', line 50 def initialize( = {}) @path = option(:path, ) super end |
Instance Attribute Details
#path ⇒ String<JMESPath> (readonly)
56 57 58 |
# File 'lib/aws-sdk-resources/operations.rb', line 56 def path @path end |
Instance Method Details
#call(options) ⇒ Object
Returns the value resolved to by #path.
60 61 62 |
# File 'lib/aws-sdk-resources/operations.rb', line 60 def call() extract(super) end |