Method: ActiveAws::TagSpec#to_param
- Defined in:
- lib/active_aws/tag_spec.rb
#to_param ⇒ Object
30 31 32 33 34 35 |
# File 'lib/active_aws/tag_spec.rb', line 30 def to_param { resource_type: resource_type, tags: .map{|k,v| { key: k, value: v}} } end |