Class: AWS::Core::OptionGrammar::MapOption

Inherits:
DefaultOption show all
Defined in:
lib/aws/core/option_grammar.rb

Instance Attribute Summary

Attributes inherited from DefaultOption

#name

Instance Method Summary collapse

Methods inherited from DefaultOption

#context_description, #encode_value, #extend_with_config, #format_error, #hash_format, #initialize, #prefixed_name, #request_params, #required?, #ruby_name

Methods included from Descriptors::String

#encode_value, #validate

Methods included from Descriptors::NoArgs

#apply

Constructor Details

This class inherits a constructor from AWS::Core::OptionGrammar::DefaultOption

Instance Method Details

#param_nameObject



688
689
690
# File 'lib/aws/core/option_grammar.rb', line 688

def param_name
  @param_name || name  
end

#param_name=(name) ⇒ Object



691
692
693
# File 'lib/aws/core/option_grammar.rb', line 691

def param_name= name
  @param_name = name
end