mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
12 lines
217 B
Ruby
12 lines
217 B
Ruby
|
require 'fog/aws/models/support/flagged_resource'
|
||
|
|
||
|
module Fog
|
||
|
module AWS
|
||
|
class Support
|
||
|
class FlaggedResources < Fog::Collection
|
||
|
model Fog::AWS::Support::FlaggedResource
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|