Method: ActiveAws::TagSpec#to_param

Defined in:
lib/active_aws/tag_spec.rb

#to_paramObject



30
31
32
33
34
35
# File 'lib/active_aws/tag_spec.rb', line 30

def to_param
  {
    resource_type: resource_type,
    tags: tags.map{|k,v| { key: k, value: v}}
  }
end