Method: App::AWSProfile.get_profile_name

Defined in:
lib/core/aws_profile.rb

.get_profile_nameObject

Convenience method to just get the profile name.



37
38
39
40
# File 'lib/core/aws_profile.rb', line 37

def self.get_profile_name
    return nil if @@credentials.nil?
    @@profile[PROFILE]
end