Class: Fog::Parsers::AWS::ElasticBeanstalk::CreateStorageLocation

Inherits:
BaseParser
  • Object
show all
Defined in:
lib/fog/aws/parsers/beanstalk/create_storage_location.rb

Instance Method Summary collapse

Methods inherited from BaseParser

#end_element, #get_parent, #reset, #set_value, #start_element, #tag

Constructor Details

#initializeCreateStorageLocation

Returns a new instance of CreateStorageLocation.



7
8
9
10
# File 'lib/fog/aws/parsers/beanstalk/create_storage_location.rb', line 7

def initialize
  super("CreateStorageLocationResult")
  tag 'S3Bucket', :string
end