Class: Aws::Resources::RequestParams::Literal
- Inherits:
-
Object
- Object
- Aws::Resources::RequestParams::Literal
- Includes:
- Param
- Defined in:
- lib/aws-sdk-resources/request_params.rb
Instance Attribute Summary
Attributes included from Param
Instance Method Summary collapse
-
#initialize(options) ⇒ Literal
constructor
A new instance of Literal.
- #value(*args) ⇒ Object
Methods included from Param
Constructor Details
#initialize(options) ⇒ Literal
Returns a new instance of Literal.
128 129 130 131 |
# File 'lib/aws-sdk-resources/request_params.rb', line 128 def initialize() @value = [:value] super end |
Instance Method Details
#value(*args) ⇒ Object
133 134 135 |
# File 'lib/aws-sdk-resources/request_params.rb', line 133 def value(*args) @value end |