class Fog::Parsers::AWS::ElasticBeanstalk::CreateStorageLocation
Public Class Methods
new()
click to toggle source
Calls superclass method
Fog::Parsers::AWS::ElasticBeanstalk::BaseParser::new
# File lib/fog/aws/parsers/beanstalk/create_storage_location.rb, line 7 def initialize super("CreateStorageLocationResult") tag 'S3Bucket', :string end