class Aws::GameLift::Client
def delete_container_fleet(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
delete_container_fleet(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/DeleteContainerFleet - AWS API Documentation
Other tags:
- Example: Request syntax with placeholder values -
Returns:
-
(Struct)- Returns an empty {Seahorse::Client::Response response}.
Options Hash:
(**params)-
:fleet_id(required, String) --
def delete_container_fleet(params = {}, options = {}) req = build_request(:delete_container_fleet, params) req.send_request(options) end