Method: Awspec::Type::RedshiftClusterParameterGroup#method_missing
- Defined in:
- lib/awspec/type/redshift_cluster_parameter_group.rb
#method_missing(name) ⇒ Object
11 12 13 14 15 16 17 18 |
# File 'lib/awspec/type/redshift_cluster_parameter_group.rb', line 11 def method_missing(name) param_name = name.to_s if resource_via_client.include?(param_name) resource_via_client[param_name].to_s else super end end |