class Fog::Parsers::AWS::ElasticBeanstalk::CreateStorageLocation

Public Class Methods

new() click to toggle source
# File lib/fog/aws/parsers/beanstalk/create_storage_location.rb, line 7
def initialize
  super("CreateStorageLocationResult")
  tag 'S3Bucket', :string
end