class Aws::Snowball::Client

def update_cluster(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • update_cluster(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateCluster - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -
    Example: Example: To update a cluster -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :forwarding_address_id (String) --
  • :notification (Types::Notification) --
  • :shipping_option (String) --
  • :address_id (String) --
  • :on_device_service_configuration (Types::OnDeviceServiceConfiguration) --
  • :resources (Types::JobResource) --
  • :description (String) --
  • :role_arn (String) --
  • :cluster_id (required, String) --
def update_cluster(params = {}, options = {})
  req = build_request(:update_cluster, params)
  req.send_request(options)
end