Class: Aws::Query::EC2ParamBuilder Private
- Inherits:
- 
      Object
      
        - Object
- Aws::Query::EC2ParamBuilder
 
- Includes:
- Seahorse::Model::Shapes
- Defined in:
- lib/aws-sdk-core/query/ec2_param_builder.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- #params ⇒ Object readonly private
Instance Method Summary collapse
- #apply(ref, params) ⇒ Object private
- 
  
    
      #initialize(param_list)  ⇒ EC2ParamBuilder 
    
    
  
  
  
    constructor
  
  
  
  
  
  private
  
    A new instance of EC2ParamBuilder. 
Constructor Details
#initialize(param_list) ⇒ EC2ParamBuilder
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of EC2ParamBuilder.
| 11 12 13 | # File 'lib/aws-sdk-core/query/ec2_param_builder.rb', line 11 def initialize(param_list) @params = param_list end | 
Instance Attribute Details
#params ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
| 15 16 17 | # File 'lib/aws-sdk-core/query/ec2_param_builder.rb', line 15 def params @params end | 
Instance Method Details
#apply(ref, params) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
| 17 18 19 | # File 'lib/aws-sdk-core/query/ec2_param_builder.rb', line 17 def apply(ref, params) structure(ref, params, '') end |