Class: Fog::Compute::AWS Deprecated
- Inherits:
-
AWS::Compute
- Object
- Service
- AWS::Compute
- Fog::Compute::AWS
- Defined in:
- lib/fog/aws/compute.rb
Overview
Deprecated.
Constant Summary
Constants inherited from AWS::Compute
Class Method Summary collapse
- .new ⇒ Object deprecated Deprecated.
Methods included from AWS::CredentialFetcher::ServiceMethods
#fetch_credentials, #fetch_credentials_token_header
Class Method Details
.new ⇒ Object
Deprecated.
671 672 673 674 |
# File 'lib/fog/aws/compute.rb', line 671 def self.new(*) Fog::Logger.deprecation 'Fog::Compute::AWS is deprecated, please use Fog::AWS::Compute.' super end |