class Aws::Snowball::Client
def get_snowball_usage(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
get_snowball_usage(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetSnowballUsage - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Example: To see your Snowball service limit and the number of Snowballs you have in use -
Returns:
-
(Types::GetSnowballUsageResult)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
def get_snowball_usage(params = {}, options = {}) req = build_request(:get_snowball_usage, params) req.send_request(options) end